diff options
| -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) |