aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 3e284067578..821748ad4e3 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1914,6 +1914,8 @@ the inserted text. Value is always t."
1914 (define-key calendar-mode-map "gmnh" 'calendar-next-haab-date) 1914 (define-key calendar-mode-map "gmnh" 'calendar-next-haab-date)
1915 (define-key calendar-mode-map "gmpt" 'calendar-previous-tzolkin-date) 1915 (define-key calendar-mode-map "gmpt" 'calendar-previous-tzolkin-date)
1916 (define-key calendar-mode-map "gmnt" 'calendar-next-tzolkin-date) 1916 (define-key calendar-mode-map "gmnt" 'calendar-next-tzolkin-date)
1917 (define-key calendar-mode-map "A" 'appt-add)
1918 (define-key calendar-mode-map "D" 'appt-delete)
1917 (define-key calendar-mode-map "S" 'calendar-sunrise-sunset) 1919 (define-key calendar-mode-map "S" 'calendar-sunrise-sunset)
1918 (define-key calendar-mode-map "M" 'calendar-phases-of-moon) 1920 (define-key calendar-mode-map "M" 'calendar-phases-of-moon)
1919 (define-key calendar-mode-map " " 'scroll-other-window) 1921 (define-key calendar-mode-map " " 'scroll-other-window)