# HG changeset patch # User Glenn Morris # Date 1147500644 0 # Node ID 95f7f08b0a17ccc6051b64d35bfdfbe9fffe014a # Parent 2c9ec59f776a3bac44f3fddf6434defaa32423a2 (appt-check, appt-make-list): Refer to diary-view-entries, diary-list-entries, diary-show-all-entries rather than obsolete aliases. diff -r 2c9ec59f776a -r 95f7f08b0a17 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Sat May 13 05:32:29 2006 +0000 +++ b/lisp/calendar/appt.el Sat May 13 06:10:44 2006 +0000 @@ -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