diff lisp/calendar/appt.el @ 110638:e82d503da7c2

* lisp/calendar/appt.el (appt-activate): Check diary file.
author Glenn Morris <rgm@gnu.org>
date Tue, 28 Sep 2010 20:54:03 -0700
parents 081b4ec99498
children 1b24798e2816
line wrap: on
line diff
--- 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