1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1992-09-16 00:08:26 +00:00
parent 974f8dd6da
commit cbbfbaef44

View file

@ -444,6 +444,7 @@ turn off scroll bars; otherwise, turn on scroll bars."
(define-key global-map [down] 'next-line)
(define-key global-map [prior] 'scroll-down)
(define-key global-map [next] 'scroll-up)
(define-key global-map [M-next] 'scroll-other-window)
(define-key global-map [begin] 'beginning-of-buffer)
(define-key global-map [end] 'end-of-buffer)