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:
parent
27ba2fc3ec
commit
1cebb83885
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user