From: Edward M. Reingold Date: Tue, 1 Nov 1994 02:16:50 +0000 (+0000) Subject: Bind new function to key. X-Git-Tag: emacs-19.34~6090 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46e07c15d15a698e35e20ebd0390866e7a6f461f;p=emacs.git Bind new function to key. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 76efe85c6f4..2bb57106bd6 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1453,6 +1453,7 @@ the inserted text. Value is always t." (define-key calendar-mode-map "u" 'calendar-unmark) (define-key calendar-mode-map "m" 'mark-diary-entries) (define-key calendar-mode-map "d" 'view-diary-entries) + (define-key calendar-mode-map "D" 'view-other-diary-entries) (define-key calendar-mode-map "s" 'show-all-diary-entries) (define-key calendar-mode-map "pd" 'calendar-print-day-of-year) (define-key calendar-mode-map "pc" 'calendar-print-iso-date)