1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(view-other-diary-entries): Refer to `diary-view-entries' rather than

alias `view-diary-entries'.
This commit is contained in:
Glenn Morris 2006-04-22 00:11:11 +00:00
parent 27ba2fc3ec
commit 1cebb83885

View File

@ -79,7 +79,7 @@ D-FILE specifies the file to use as the diary file."
(list (prefix-numeric-value current-prefix-arg)
(read-file-name "Enter diary file name: " default-directory nil t)))
(let ((diary-file d-file))
(view-diary-entries arg)))
(diary-view-entries arg)))
(autoload 'check-calendar-holidays "holidays"
"Check the list of holidays for any that occur on DATE.