diff options
author | Jim Blandy <jimb@redhat.com> | 1992-09-16 00:08:26 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-09-16 00:08:26 +0000 |
commit | a52ba726c02c8021d95149230f5b95c7c0518c10 (patch) | |
tree | ddad5bf9774207e2669f3234de5237bcd8905814 /lisp/term | |
parent | d7d51edc89fc1ce5b8a3315b00bba8ecf25302ae (diff) | |
download | emacs-a52ba726c02c8021d95149230f5b95c7c0518c10.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 5bac6d6769e..53cc73540f7 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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) |