comparison lisp/calendar/calendar.el @ 70632:2c9ec59f776a

(calendar-mode-map): Refer to diary-show-all-entries rather than alias show-all-diary-entries.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 May 2006 05:32:29 +0000
parents b9be6d21f2ac
children deb64e2d79af a5812696f7bf
comparison
equal deleted inserted replaced
70631:f203c531357a 70632:2c9ec59f776a
2251 (define-key map "x" 'mark-calendar-holidays) 2251 (define-key map "x" 'mark-calendar-holidays)
2252 (define-key map "u" 'calendar-unmark) 2252 (define-key map "u" 'calendar-unmark)
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)
2260 (define-key map "pe" 'calendar-print-ethiopic-date) 2260 (define-key map "pe" 'calendar-print-ethiopic-date)
2261 (define-key map "pp" 'calendar-print-persian-date) 2261 (define-key map "pp" 'calendar-print-persian-date)