diff options
| author | Stefan Monnier | 2015-02-22 23:50:03 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2015-02-22 23:50:03 -0500 |
| commit | e846bbf360d1bcee3a35dd05a57bc76cbb22a6f0 (patch) | |
| tree | 6405207140152b44c5f4a862ce427e2912383ad7 /lisp/ChangeLog | |
| parent | 3f006e1d47c25a8282fd41fb0df01fd80f486b9e (diff) | |
| download | emacs-e846bbf360d1bcee3a35dd05a57bc76cbb22a6f0.tar.gz emacs-e846bbf360d1bcee3a35dd05a57bc76cbb22a6f0.zip | |
* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
and :documentation. Change return value format accordingly.
* lisp/emacs-lisp/cl-generic.el (cl--generic-lambda):
* lisp/emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ced342baeb9..6352d77ca3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare | ||
| 4 | and :documentation. Change return value format accordingly. | ||
| 5 | * emacs-lisp/cl-generic.el (cl--generic-lambda): | ||
| 6 | * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly. | ||
| 7 | * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body. | ||
| 8 | |||
| 1 | 2015-02-23 Dmitry Gutov <dgutov@yandex.ru> | 9 | 2015-02-23 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 10 | ||
| 3 | Introduce `xref-etags-mode'. | 11 | Introduce `xref-etags-mode'. |