# HG changeset patch # User Glenn Morris # Date 1285732443 25200 # Node ID e82d503da7c287299435ad6535f0254e3811f126 # Parent 494ea2fb03d70713089c48a4caef9d43c5fb69dd * lisp/calendar/appt.el (appt-activate): Check diary file. diff -r 494ea2fb03d7 -r e82d503da7c2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 29 01:09:50 2010 +0000 +++ b/lisp/ChangeLog Tue Sep 28 20:54:03 2010 -0700 @@ -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 -r 494ea2fb03d7 -r e82d503da7c2 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Wed Sep 29 01:09:50 2010 +0000 +++ b/lisp/calendar/appt.el Tue Sep 28 20:54:03 2010 -0700 @@ -702,6 +702,7 @@ (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