From: Glenn Morris Date: Sat, 13 May 2006 05:32:29 +0000 (+0000) Subject: (calendar-mode-map): Refer to diary-show-all-entries rather than alias X-Git-Tag: emacs-pretest-22.0.90~2584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d129ac6543cbfa879b1f6ea2117aa58553273d9;p=emacs.git (calendar-mode-map): Refer to diary-show-all-entries rather than alias show-all-diary-entries. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 844dab1743a..6abcb74a3e2 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -2253,7 +2253,7 @@ movement commands will not work correctly." (define-key map "m" 'mark-diary-entries) (define-key map "d" 'diary-view-entries) (define-key map "D" 'view-other-diary-entries) - (define-key map "s" 'show-all-diary-entries) + (define-key map "s" 'diary-show-all-entries) (define-key map "pd" 'calendar-print-day-of-year) (define-key map "pC" 'calendar-print-chinese-date) (define-key map "pk" 'calendar-print-coptic-date)