(scroll-left): Make it disabled.
This commit is contained in:
parent
e0b2a2d9af
commit
e980968dc5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue