Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2828614
Commit
c2828614
authored
Sep 28, 2010
by
Glenn Morris
Browse files
* lisp/calendar/appt.el (appt-activate): Check diary file.
parent
0c43b6f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/calendar/appt.el
lisp/calendar/appt.el
+1
-0
No files found.
lisp/ChangeLog
View file @
c2828614
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
...
...
lisp/calendar/appt.el
View file @
c2828614
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment