From c2828614add492327092a24cc5ec15ff84b4b8ee Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 28 Sep 2010 20:54:03 -0700 Subject: [PATCH] * lisp/calendar/appt.el (appt-activate): Check diary file. --- lisp/ChangeLog | 4 ++++ lisp/calendar/appt.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3703ebaba1..b645e41f5d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Glenn Morris + + * calendar/appt.el (appt-activate): Check diary file. + 2010-09-29 Katsumi Yamaoka * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index d0ad6464510..4926e79c2b5 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -702,6 +702,7 @@ ARG is positive, otherwise off." (cancel-timer appt-timer) (setq appt-timer nil)) (when appt-active + (diary-check-diary-file) (add-hook 'write-file-functions 'appt-update-list) (setq appt-timer (run-at-time t 60 'appt-check) global-mode-string -- 2.11.4.GIT