emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101666: * lisp/calendar/appt.el (app


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101666: * lisp/calendar/appt.el (appt-activate): Check diary file.
Date: Tue, 28 Sep 2010 20:54:03 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101666
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-09-28 20:54:03 -0700
message:
  * lisp/calendar/appt.el (appt-activate): Check diary file.
modified:
  lisp/ChangeLog
  lisp/calendar/appt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-29 01:09:50 +0000
+++ b/lisp/ChangeLog    2010-09-29 03:54:03 +0000
@@ -1,3 +1,7 @@
+2010-09-29  Glenn Morris  <address@hidden>
+
+       * calendar/appt.el (appt-activate): Check diary file.
+
 2010-09-29  Katsumi Yamaoka  <address@hidden>
 
        * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else

=== modified file 'lisp/calendar/appt.el'
--- a/lisp/calendar/appt.el     2010-09-28 03:00:09 +0000
+++ b/lisp/calendar/appt.el     2010-09-29 03:54:03 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]