From: Edward M. Reingold Date: Mon, 1 Feb 1999 15:39:28 +0000 (+0000) Subject: Fix key bindings for appt-add and appt-delete X-Git-Tag: emacs-20.4~706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14f1a889f1a433cdfc68be255802f61a77f8523e;p=emacs.git Fix key bindings for appt-add and appt-delete --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a6ec6650df5..bc4aca2dbec 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1917,8 +1917,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 "Aa" 'appt-add) + (define-key calendar-mode-map "Ad" '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)