diff options
| author | Stefan Monnier | 2012-06-14 23:18:14 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-06-14 23:18:14 -0400 |
| commit | f38ea36d3d9415aeaf895ea7b439c41ee441c500 (patch) | |
| tree | 3dfb3b74fea3209bc021999edf7f75dbfa1ae3d0 /lisp/ChangeLog | |
| parent | 2d7b84eab6a10752713af889f291c046eed33677 (diff) | |
| download | emacs-f38ea36d3d9415aeaf895ea7b439c41ee441c500.tar.gz emacs-f38ea36d3d9415aeaf895ea7b439c41ee441c500.zip | |
* lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner.
* lisp/emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
(macroexp--expand-all): Use it.
Fixes: debbugs:11649
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. |