Mercurial > emacs
changeset 23124:176e4901705d
(appt-check): Clear appt-mode-string if we don't put something in it.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 27 Aug 1998 15:17:51 +0000 |
parents | a8bedd394d55 |
children | f7b7887cb90f |
files | lisp/calendar/appt.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Thu Aug 27 15:16:25 1998 +0000 +++ b/lisp/calendar/appt.el Thu Aug 27 15:17:51 1998 +0000 @@ -286,6 +286,8 @@ (let ((diary-display-hook 'appt-make-list)) (diary)))) + (setq appt-mode-string nil) + ;; If there are entries in the list, and the ;; user wants a message issued ;; get the first time off of the list