aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-09-20 16:14:28 +0000
committerRichard M. Stallman <[email protected]>2004-09-20 16:14:28 +0000
commite980968dc557eda92a0a6fb194be06ed0719d4f7 (patch)
tree60df60933919a7fd8c261906b7b26729beebf30b /lisp
parente0b2a2d9afff14ce5babae84c50f24f1f0e89b02 (diff)
(scroll-left): Make it disabled.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index e13b2cab9a..12af066b6b 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -726,6 +726,7 @@ language you are using."
(define-key global-map [C-up] 'backward-paragraph)
(define-key global-map [C-down] 'forward-paragraph)
(define-key global-map [C-prior] 'scroll-right)
+(put 'scroll-left 'disabled t)
(define-key global-map [C-next] 'scroll-left)
(define-key global-map [M-next] 'scroll-other-window)
(define-key global-map [M-prior] 'scroll-other-window-down)