]> code.delx.au - gnu-emacs/blobdiff - lisp/ebuff-menu.el
Fix a thinko in 2011-11-25T11:32:14Z!eliz@gnu.org.
[gnu-emacs] / lisp / ebuff-menu.el
index a906cf8516a76f2c1e567d5c18580a04b85bfe63..8ab974be574a1da503db8531d6ab3f70ddb0aa77 100644 (file)
@@ -70,8 +70,8 @@
     (define-key map "\C-n" 'next-line)
     (define-key map "p" 'previous-line)
     (define-key map "n" 'next-line)
-    (define-key map "\C-v" 'scroll-up)
-    (define-key map "\ev" 'scroll-down)
+    (define-key map "\C-v" 'scroll-up-command)
+    (define-key map "\ev" 'scroll-down-command)
     (define-key map ">" 'scroll-right)
     (define-key map "<" 'scroll-left)
     (define-key map "\e\C-v" 'scroll-other-window)