diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3669101d3ae..5d08e2e7a81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * files.el: Require cl-lib. | ||
| 4 | (file-name-non-special): Replace case -> cl-case. | ||
| 5 | |||
| 6 | * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func. | ||
| 7 | |||
| 3 | * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect | 8 | * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect |
| 4 | mapping from #' to function*. | 9 | mapping from #' to function*. |
| 5 | 10 | ||