emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/appt.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/appt.el
Date: Sat, 13 May 2006 06:10:44 +0000

Index: emacs/lisp/calendar/appt.el
diff -u emacs/lisp/calendar/appt.el:1.68 emacs/lisp/calendar/appt.el:1.69
--- emacs/lisp/calendar/appt.el:1.68    Sat Apr 15 16:35:44 2006
+++ emacs/lisp/calendar/appt.el Sat May 13 06:10:44 2006
@@ -353,7 +353,7 @@
                       ;; restore its display state. Otherwise, kill it.
                       (if d-buff
                           ;; Displays the diary buffer.
-                          (or selective (show-all-diary-entries))
+                          (or selective (diary-show-all-entries))
                         (and
                          (setq d-buff (find-buffer-visiting
                                        (substitute-in-file-name diary-file)))
@@ -536,7 +536,7 @@
 The time must be at the beginning of a line for it to be
 put in the appointments list (see examples in documentation of
 the function `appt-check').  We assume that the variables DATE and
-NUMBER hold the arguments that `list-diary-entries' received.
+NUMBER hold the arguments that `diary-list-entries' received.
 They specify the range of dates that the diary is being processed for.
 
 Any appointments made with `appt-add' are not affected by this




reply via email to

[Prev in Thread] Current Thread [Next in Thread]