]> code.delx.au - gnu-emacs/blobdiff - lisp/scroll-all.el
Fix MS-DOS configury.
[gnu-emacs] / lisp / scroll-all.el
index 458e2be07a1f5855cc9d9cae2bf3ba690a81f5d7..4f9747cb90a76b07247734c8a8522d8519c9004e 100644 (file)
@@ -90,9 +90,9 @@
         (call-interactively 'scroll-all-scroll-down-all))
        ((eq this-command 'previous-line)
         (call-interactively 'scroll-all-scroll-up-all))
-       ((eq this-command 'scroll-up)
+       ((memq this-command '(scroll-up scroll-up-command))
         (call-interactively 'scroll-all-page-down-all))
-       ((eq this-command 'scroll-down)
+       ((memq this-command '(scroll-down scroll-down-command))
         (call-interactively 'scroll-all-page-up-all))
        ((eq this-command 'beginning-of-buffer)
         (call-interactively 'scroll-all-beginning-of-buffer-all))