]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-mode-map): Add bindings for appt-add and appt-delete.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Mar 1998 04:53:22 +0000 (04:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Mar 1998 04:53:22 +0000 (04:53 +0000)
lisp/calendar/calendar.el

index 3e2840675784ef0c60e7639252e799aae131e035..821748ad4e38802011448e49aa13cacb4bf7cc78 100644 (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)