]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
ChangeLog fixes
[gnu-emacs] / lisp / startup.el
index 741c5aa9b46488fde64f0b1402d809f3dd553628..ad31a7a2a45c6ecb5ff7a0c69560584128740987 100644 (file)
@@ -1466,6 +1466,7 @@ Each element in the list should be a list of strings or pairs
     (suppress-keymap map)
     (set-keymap-parent map button-buffer-map)
     (define-key map "\C-?" 'scroll-down-command)
+    (define-key map [?\S-\ ] 'scroll-down-command)
     (define-key map " " 'scroll-up-command)
     (define-key map "q" 'exit-splash-screen)
     map)