]> code.delx.au - gnu-emacs/commitdiff
(view-other-diary-entries): Refer to `diary-view-entries' rather than
authorGlenn Morris <rgm@gnu.org>
Sat, 22 Apr 2006 00:11:11 +0000 (00:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 22 Apr 2006 00:11:11 +0000 (00:11 +0000)
alias `view-diary-entries'.

lisp/calendar/diary-lib.el

index a8eeebae8fc8b302538be4835ad4b38b84fcd3ce..6ced08bf0836bd912fdc058d36cda864d58ab5a3 100644 (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.