diff options
| author | Glenn Morris | 2015-01-04 00:22:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-04 00:22:29 -0800 |
| commit | e82fc62bd46270c50f491c69ca24315c87940004 (patch) | |
| tree | f206ae22137ced94482016620e58e6adf3aecc23 /lisp | |
| parent | fec9b792f543c35b1a635b3a3326d496e3ca9012 (diff) | |
| download | emacs-e82fc62bd46270c50f491c69ca24315c87940004.tar.gz emacs-e82fc62bd46270c50f491c69ca24315c87940004.zip | |
# ChangeLog fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa79a8d4b2e..f62dc0773b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1903,7 +1903,7 @@ | |||
| 1903 | 2014-11-18 Paul Eggert <eggert@cs.ucla.edu> | 1903 | 2014-11-18 Paul Eggert <eggert@cs.ucla.edu> |
| 1904 | 1904 | ||
| 1905 | Port new time stamp handling to Emacs 23.2. | 1905 | Port new time stamp handling to Emacs 23.2. |
| 1906 | This fix is for Gnus. Problem reported by Katsumi Yamaoka. | 1906 | This fix is for Gnus. Reported by Katsumi Yamaoka. |
| 1907 | * calendar/time-date.el (time-add, time-subtract, time-less-p): | 1907 | * calendar/time-date.el (time-add, time-subtract, time-less-p): |
| 1908 | Use eval-and-compile, not eval-when-compile. | 1908 | Use eval-and-compile, not eval-when-compile. |
| 1909 | 1909 | ||