diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 717deedcee4..122634d144c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * time.el (display-time-event-handler) | ||
| 4 | (display-time-next-load-average): Don't call sit-for since it seems | ||
| 5 | unnecessary (bug#15045). | ||
| 6 | |||
| 3 | * emacs-lisp/checkdoc.el: Remove redundant :group keywords. | 7 | * emacs-lisp/checkdoc.el: Remove redundant :group keywords. |
| 4 | Use #' instead of ' to quote functions. | 8 | Use #' instead of ' to quote functions. |
| 5 | (checkdoc-output-mode): Use setq-local. | 9 | (checkdoc-output-mode): Use setq-local. |