1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(calendar-mode-map): Update for name change.

This commit is contained in:
Glenn Morris 2008-06-27 00:33:42 +00:00
parent 273fcc9bb0
commit 77bc20eec6

View File

@ -1503,7 +1503,7 @@ line."
(define-key map "Aa" 'appt-add)
(define-key map "Ad" 'appt-delete)
(define-key map "S" 'calendar-sunrise-sunset)
(define-key map "M" 'calendar-phases-of-moon)
(define-key map "M" 'calendar-lunar-phases)
(define-key map " " 'scroll-other-window)
(define-key map "\d" 'scroll-other-window-down)
(define-key map "\C-c\C-l" 'calendar-redraw)