diff options
| author | Stefan Monnier | 2012-05-17 11:15:51 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-05-17 11:15:51 -0400 |
| commit | ac348012f4f956fa7e64535a3875a32cff91503c (patch) | |
| tree | 3c962f2290d78045e750322058a747b43e737f5b /lisp/ChangeLog | |
| parent | ab414ba198cb4ad35506ae35886dfc0164f880f0 (diff) | |
| download | emacs-ac348012f4f956fa7e64535a3875a32cff91503c.tar.gz emacs-ac348012f4f956fa7e64535a3875a32cff91503c.zip | |
* lisp/emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
parens around the arg list.
Fixes: debbugs:11499
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 b1d9323e481..fca6543072c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious | ||
| 4 | parens around the arg list (bug#11499). | ||
| 5 | |||
| 1 | 2012-05-17 Juri Linkov <juri@jurta.org> | 6 | 2012-05-17 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * isearch.el (word-search-regexp, word-search-backward) | 8 | * isearch.el (word-search-regexp, word-search-backward) |