(calendar-mode-map): Add bindings for appt-add and appt-delete.

This commit is contained in:
Richard M. Stallman 1998-03-27 04:53:22 +00:00
parent 0340dc60d6
commit c25aec78d1

View file

@ -1914,6 +1914,8 @@ the inserted text. Value is always t."
(define-key calendar-mode-map "gmnh" 'calendar-next-haab-date)
(define-key calendar-mode-map "gmpt" 'calendar-previous-tzolkin-date)
(define-key calendar-mode-map "gmnt" 'calendar-next-tzolkin-date)
(define-key calendar-mode-map "A" 'appt-add)
(define-key calendar-mode-map "D" 'appt-delete)
(define-key calendar-mode-map "S" 'calendar-sunrise-sunset)
(define-key calendar-mode-map "M" 'calendar-phases-of-moon)
(define-key calendar-mode-map " " 'scroll-other-window)