diff options
| author | Richard M. Stallman | 2004-09-20 16:14:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-09-20 16:14:28 +0000 |
| commit | e980968dc557eda92a0a6fb194be06ed0719d4f7 (patch) | |
| tree | 60df60933919a7fd8c261906b7b26729beebf30b | |
| parent | e0b2a2d9afff14ce5babae84c50f24f1f0e89b02 (diff) | |
| download | emacs-e980968dc557eda92a0a6fb194be06ed0719d4f7.tar.gz emacs-e980968dc557eda92a0a6fb194be06ed0719d4f7.zip | |
(scroll-left): Make it disabled.
| -rw-r--r-- | lisp/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index e13b2cab9a4..12af066b6b6 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -726,6 +726,7 @@ language you are using." | |||
| 726 | (define-key global-map [C-up] 'backward-paragraph) | 726 | (define-key global-map [C-up] 'backward-paragraph) |
| 727 | (define-key global-map [C-down] 'forward-paragraph) | 727 | (define-key global-map [C-down] 'forward-paragraph) |
| 728 | (define-key global-map [C-prior] 'scroll-right) | 728 | (define-key global-map [C-prior] 'scroll-right) |
| 729 | (put 'scroll-left 'disabled t) | ||
| 729 | (define-key global-map [C-next] 'scroll-left) | 730 | (define-key global-map [C-next] 'scroll-left) |
| 730 | (define-key global-map [M-next] 'scroll-other-window) | 731 | (define-key global-map [M-next] 'scroll-other-window) |
| 731 | (define-key global-map [M-prior] 'scroll-other-window-down) | 732 | (define-key global-map [M-prior] 'scroll-other-window-down) |