mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(calendar-mode-map): Bind < and > usefully.
This commit is contained in:
parent
56b3b16bc2
commit
cdbcbc6a79
1 changed files with 2 additions and 0 deletions
|
|
@ -2205,9 +2205,11 @@ movement commands will not work correctly."
|
|||
calendar-mode-map global-map)
|
||||
(setq l (cdr l))))
|
||||
(define-key calendar-mode-map "-" 'negative-argument)
|
||||
(define-key calendar-mode-map ">" 'scroll-calendar-right)
|
||||
(define-key calendar-mode-map "\C-x>" 'scroll-calendar-right)
|
||||
(define-key calendar-mode-map [prior] 'scroll-calendar-right-three-months)
|
||||
(define-key calendar-mode-map "\ev" 'scroll-calendar-right-three-months)
|
||||
(define-key calendar-mode-map "<" 'scroll-calendar-left)
|
||||
(define-key calendar-mode-map "\C-x<" 'scroll-calendar-left)
|
||||
(define-key calendar-mode-map [next] 'scroll-calendar-left-three-months)
|
||||
(define-key calendar-mode-map "\C-v" 'scroll-calendar-left-three-months)
|
||||
|
|
|
|||
Loading…
Reference in a new issue