Mercurial > emacs
changeset 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 | d38bfc1692a5 |
children | 85b739eba47c |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Sat Apr 22 00:10:30 2006 +0000 +++ b/lisp/calendar/diary-lib.el Sat Apr 22 00:11:11 2006 +0000 @@ -79,7 +79,7 @@ (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.