comparison lisp/calendar/diary-lib.el @ 70183:2febbeb39125

(view-other-diary-entries): Refer to `diary-view-entries' rather than alias `view-diary-entries'.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Apr 2006 00:11:11 +0000
parents 8daf7d9a0771
children dcac2668b45d 2ecafc6d5db7
comparison
equal deleted inserted replaced
70182:d38bfc1692a5 70183:2febbeb39125
77 D-FILE specifies the file to use as the diary file." 77 D-FILE specifies the file to use as the diary file."
78 (interactive 78 (interactive
79 (list (prefix-numeric-value current-prefix-arg) 79 (list (prefix-numeric-value current-prefix-arg)
80 (read-file-name "Enter diary file name: " default-directory nil t))) 80 (read-file-name "Enter diary file name: " default-directory nil t)))
81 (let ((diary-file d-file)) 81 (let ((diary-file d-file))
82 (view-diary-entries arg))) 82 (diary-view-entries arg)))
83 83
84 (autoload 'check-calendar-holidays "holidays" 84 (autoload 'check-calendar-holidays "holidays"
85 "Check the list of holidays for any that occur on DATE. 85 "Check the list of holidays for any that occur on DATE.
86 The value returned is a list of strings of relevant holiday descriptions. 86 The value returned is a list of strings of relevant holiday descriptions.
87 The holidays are those in the list `calendar-holidays'.") 87 The holidays are those in the list `calendar-holidays'.")