diff options
author | Glenn Morris <rgm@gnu.org> | 2006-04-22 00:11:11 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2006-04-22 00:11:11 +0000 |
commit | 1cebb8388507138583bef92bfad5d7c5d3e52759 (patch) | |
tree | efc077104d276fd4316a1f8d6f849bc846327615 /lisp/calendar | |
parent | 27ba2fc3ec8925f1e3f913b712103ee35608fa0e (diff) | |
download | emacs-1cebb8388507138583bef92bfad5d7c5d3e52759.tar.gz |
(view-other-diary-entries): Refer to `diary-view-entries' rather than
alias `view-diary-entries'.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index a8eeebae8fc..6ced08bf083 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -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. |