]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
Change scroll-up/down bindings to Emacs 24's scroll-*-command.
[gnu-emacs] / lisp / cus-edit.el
index 9ba8b27c693e08844e0587c18b7021c527a472e9..07944a6c16fd559c198e16a65f904e27cd529c68 100644 (file)
     (set-keymap-parent map widget-keymap)
     (define-key map [remap self-insert-command] 'Custom-no-edit)
     (define-key map "\^m" 'Custom-newline)
-    (define-key map " " 'scroll-up)
-    (define-key map "\177" 'scroll-down)
+    (define-key map " " 'scroll-up-command)
+    (define-key map "\177" 'scroll-down-command)
     (define-key map "\C-c\C-c" 'Custom-set)
     (define-key map "\C-x\C-s" 'Custom-save)
     (define-key map "q" 'Custom-buffer-done)