diff options
| author | Stefan Monnier | 2012-06-11 16:47:33 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-06-11 16:47:33 -0400 |
| commit | 2eb87922965ced71c59e9ce6ae2e90afc0c8f421 (patch) | |
| tree | d591b865f539a1d384cbc49be064046a106824ff /lisp/ChangeLog | |
| parent | 71adb94b713138836225744c8ed9281b558e2c51 (diff) | |
| download | emacs-2eb87922965ced71c59e9ce6ae2e90afc0c8f421.tar.gz emacs-2eb87922965ced71c59e9ce6ae2e90afc0c8f421.zip | |
* lisp/emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
conversion to backquotes.
Fixes: debbugs:11652
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 ce57affbda7..cbc75182f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent | ||
| 4 | conversion to backquotes (bug#11652). | ||
| 5 | |||
| 3 | Fix compiler-expansion of CL's cXXr functions (bug#11673). | 6 | Fix compiler-expansion of CL's cXXr functions (bug#11673). |
| 4 | * emacs-lisp/cl-lib.el (cl--defalias): New function. | 7 | * emacs-lisp/cl-lib.el (cl--defalias): New function. |
| 5 | (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first) | 8 | (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first) |
| @@ -15,6 +18,7 @@ | |||
| 15 | * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin) | 18 | * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin) |
| 16 | (cl--compiler-macro-list*): Add autoload cookie. | 19 | (cl--compiler-macro-list*): Add autoload cookie. |
| 17 | (cl--compiler-macro-cXXr): New function. | 20 | (cl--compiler-macro-cXXr): New function. |
| 21 | |||
| 18 | * help-fns.el (help-fns--compiler-macro): New function extracted from | 22 | * help-fns.el (help-fns--compiler-macro): New function extracted from |
| 19 | describe-function-1; follow aliases and use `compiler-macro' property. | 23 | describe-function-1; follow aliases and use `compiler-macro' property. |
| 20 | (describe-function-1): Use it. | 24 | (describe-function-1): Use it. |