diff options
| author | Stefan Monnier | 2005-12-19 02:20:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-19 02:20:33 +0000 |
| commit | 8e77fbb49fc3b1f5afa4470cb14536cbe48ffe77 (patch) | |
| tree | d022bee40b8b2fbfa92e0b453604846cb113572e /lisp/ChangeLog | |
| parent | 61f03d6f8f37028c704c9129e82ecfd00bb42f4a (diff) | |
| download | emacs-8e77fbb49fc3b1f5afa4470cb14536cbe48ffe77.tar.gz emacs-8e77fbb49fc3b1f5afa4470cb14536cbe48ffe77.zip | |
(lazy-completion-table): Don't be fooled if the var holds
a "list" (lambda ...) rather than a real completion list.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1de28aabec7..f131be43db2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,14 @@ | |||
| 1 | 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (lazy-completion-table): Don't be fooled if the var holds | ||
| 4 | a "list" (lambda ...) rather than a real completion list. | ||
| 5 | |||
| 6 | * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for | ||
| 7 | lexical-let when encountering ((lambda (...) ...) ...). | ||
| 8 | |||
| 1 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 9 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * progmodes/sh-script.el (sh-mode): | 11 | * progmodes/sh-script.el (sh-mode): |
| 4 | * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): | 12 | * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): |
| 5 | * textmodes/picture.el (picture-mode): Update docstrings. | 13 | * textmodes/picture.el (picture-mode): Update docstrings. |
| 6 | 14 | ||
| @@ -15,8 +23,8 @@ | |||
| 15 | 23 | ||
| 16 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 24 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
| 17 | 25 | ||
| 18 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture | 26 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): |
| 19 | error from printing circular structures. | 27 | Capture error from printing circular structures. |
| 20 | 28 | ||
| 21 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) | 29 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) |
| 22 | 30 | ||