summarylogtreecommitdiffstats
path: root/phreeqc.el
diff options
context:
space:
mode:
Diffstat (limited to 'phreeqc.el')
-rw-r--r--phreeqc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/phreeqc.el b/phreeqc.el
index 7e6b012e9940..d670bfccad8f 100644
--- a/phreeqc.el
+++ b/phreeqc.el
@@ -78,8 +78,8 @@
(define-key map "\C-c\C-v" 'phreeqc-visit-output)
; (define-key map "\M-j" 'electric-phreeqc-terminate-line)
(define-key map "\r" 'phreeqc-electric-terminate-line)
-; (define-key map [M-up] 'phreeqc-previous-fold)
- (define-key map [M-down] 'phreeqc-next-output-fold)
+ (define-key map [M-up] 'phreeqc-previous-fold)
+ (define-key map [M-down] 'phreeqc-next-fold)
(define-key map [menu-bar phreeqc] (cons "Phreeqc" menu-map))
(define-key menu-map [folding-mode]
'("Toggle folding" . folding-mode))