changeset 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 494ea2fb03d7
children 75c1013c664c
files lisp/ChangeLog lisp/calendar/appt.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
+
+	* calendar/appt.el (appt-activate): Check diary file.
+
 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
--- 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