From f2999a979e2af1ede5c2498bc624a4db2a0284bd Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Aug 1998 15:17:51 +0000 Subject: [PATCH] (appt-check): Clear appt-mode-string if we don't put something in it. --- lisp/calendar/appt.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 0efac2ec34c..9368c1b4265 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -286,6 +286,8 @@ The following variables control the action of the notification: (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 -- 2.39.2