diff options
| author | Glenn Morris | 2010-06-14 20:42:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-14 20:42:33 -0700 |
| commit | d7cd4abb48010f908bfb2109a020edab65d18e8e (patch) | |
| tree | 069fa81229fde211ddea8cc9c88c4afcaabc7ca1 /lisp/ChangeLog | |
| parent | a675c749113b67eaf83ffab14f536c284614926b (diff) | |
| download | emacs-d7cd4abb48010f908bfb2109a020edab65d18e8e.tar.gz emacs-d7cd4abb48010f908bfb2109a020edab65d18e8e.zip | |
Tweak previous change.
* lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
(appt-check): Let-bind appt-warn-time.
(appt-add): Make the 3rd argument optional.
Simplify argument names. Doc fix. Check for integer WARNTIME.
Only add WARNTIME to the output list if non-nil.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ddd2325882..f3aff53e1b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-06-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/appt.el (appt-time-msg-list): Doc fix. | ||
| 4 | (appt-check): Let-bind appt-warn-time. | ||
| 5 | (appt-add): Make the 3rd argument optional. | ||
| 6 | Simplify argument names. Doc fix. Check for integer WARNTIME. | ||
| 7 | Only add WARNTIME to the output list if non-nil. | ||
| 8 | |||
| 1 | 2010-06-15 Ivan Kanis <apple@kanis.eu> | 9 | 2010-06-15 Ivan Kanis <apple@kanis.eu> |
| 2 | 10 | ||
| 3 | * calendar/appt.el (appt-check): Let the 3rd element of | 11 | * calendar/appt.el (appt-check): Let the 3rd element of |