diff options
| author | Glenn Morris | 2008-06-27 00:33:42 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 00:33:42 +0000 |
| commit | 77bc20eec6bf37f51725790167c8409b32e95f75 (patch) | |
| tree | b85b212dcb1f690aeecb564cfb80d8e201cca250 | |
| parent | 273fcc9bb00e2b4541c2201dc955316938aa849e (diff) | |
| download | emacs-77bc20eec6bf37f51725790167c8409b32e95f75.tar.gz emacs-77bc20eec6bf37f51725790167c8409b32e95f75.zip | |
(calendar-mode-map): Update for name change.
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index c4885d476ff..9ffac71fe73 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1503,7 +1503,7 @@ line." | |||
| 1503 | (define-key map "Aa" 'appt-add) | 1503 | (define-key map "Aa" 'appt-add) |
| 1504 | (define-key map "Ad" 'appt-delete) | 1504 | (define-key map "Ad" 'appt-delete) |
| 1505 | (define-key map "S" 'calendar-sunrise-sunset) | 1505 | (define-key map "S" 'calendar-sunrise-sunset) |
| 1506 | (define-key map "M" 'calendar-phases-of-moon) | 1506 | (define-key map "M" 'calendar-lunar-phases) |
| 1507 | (define-key map " " 'scroll-other-window) | 1507 | (define-key map " " 'scroll-other-window) |
| 1508 | (define-key map "\d" 'scroll-other-window-down) | 1508 | (define-key map "\d" 'scroll-other-window-down) |
| 1509 | (define-key map "\C-c\C-l" 'calendar-redraw) | 1509 | (define-key map "\C-c\C-l" 'calendar-redraw) |