]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
* lisp/info-look.el (info-lookup-select-mode): If major-mode has no
[gnu-emacs] / lisp / cus-edit.el
index 6d1ebe5a9628a5fd363a42351c76effeeaaa30f1..d19e2ded00cf45bc928f872d2479b37f580fdebd 100644 (file)
     (define-key map [remap self-insert-command] 'Custom-no-edit)
     (define-key map "\^m" 'Custom-newline)
     (define-key map " " 'scroll-up-command)
+    (define-key map [?\S-\ ] 'scroll-down-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)