aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-05-13 05:32:29 +0000
committerGlenn Morris2006-05-13 05:32:29 +0000
commit7d129ac6543cbfa879b1f6ea2117aa58553273d9 (patch)
tree81417460c06e0ac1e83f6fea5f60570f23c35ad2
parentb811ef49a3ee8c7206ca5f0741e1db2287d12784 (diff)
downloademacs-7d129ac6543cbfa879b1f6ea2117aa58553273d9.tar.gz
emacs-7d129ac6543cbfa879b1f6ea2117aa58553273d9.zip
(calendar-mode-map): Refer to diary-show-all-entries rather than alias
show-all-diary-entries.
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
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."
2253 (define-key map "m" 'mark-diary-entries) 2253 (define-key map "m" 'mark-diary-entries)
2254 (define-key map "d" 'diary-view-entries) 2254 (define-key map "d" 'diary-view-entries)
2255 (define-key map "D" 'view-other-diary-entries) 2255 (define-key map "D" 'view-other-diary-entries)
2256 (define-key map "s" 'show-all-diary-entries) 2256 (define-key map "s" 'diary-show-all-entries)
2257 (define-key map "pd" 'calendar-print-day-of-year) 2257 (define-key map "pd" 'calendar-print-day-of-year)
2258 (define-key map "pC" 'calendar-print-chinese-date) 2258 (define-key map "pC" 'calendar-print-chinese-date)
2259 (define-key map "pk" 'calendar-print-coptic-date) 2259 (define-key map "pk" 'calendar-print-coptic-date)