diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1798cb6503..a56eb67e297 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner | ||
| 4 | (bug#11649). | ||
| 5 | |||
| 6 | * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function. | ||
| 7 | (macroexp--expand-all): Use it. | ||
| 8 | |||
| 3 | * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove. | 9 | * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove. |
| 4 | (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro): | 10 | (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro): |
| 5 | Use `cl-function' instead. | 11 | Use `cl-function' instead. |