mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
(calendar-mode-map): Replace use of kbd.
This commit is contained in:
parent
b731690e40
commit
763f360c0c
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2008-04-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/calendar.el (calendar-mode-map): Replace use of kbd.
|
||||
|
||||
* calendar.el (diary-view-entries-initially-flag): Rename
|
||||
view-diary-entries-initially. Keep old name as alias, update users.
|
||||
(calendar-mark-diary-entries-flag): Rename
|
||||
|
|
|
|||
|
|
@ -1704,7 +1704,7 @@ after the inserted text. Returns t."
|
|||
(define-key map "S" 'calendar-sunrise-sunset)
|
||||
(define-key map "M" 'calendar-phases-of-moon)
|
||||
(define-key map " " 'scroll-other-window)
|
||||
(define-key map (kbd "DEL") 'scroll-other-window-down) ; FIXME
|
||||
(define-key map "\d" 'scroll-other-window-down)
|
||||
(define-key map "\C-c\C-l" 'calendar-redraw)
|
||||
(define-key map "." 'calendar-goto-today)
|
||||
(define-key map "o" 'calendar-other-month)
|
||||
|
|
|
|||
Loading…
Reference in a new issue