]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind new function to key.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 1 Nov 1994 02:16:50 +0000 (02:16 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 1 Nov 1994 02:16:50 +0000 (02:16 +0000)
lisp/calendar/calendar.el

index 76efe85c6f419c98307ab4105d4c3adacc3a5558..2bb57106bd627130e15aa0fb6e73e2c957b1b16b 100644 (file)
@@ -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)