aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-12-19 02:20:33 +0000
committerStefan Monnier2005-12-19 02:20:33 +0000
commit8e77fbb49fc3b1f5afa4470cb14536cbe48ffe77 (patch)
treed022bee40b8b2fbfa92e0b453604846cb113572e /lisp/ChangeLog
parent61f03d6f8f37028c704c9129e82ecfd00bb42f4a (diff)
downloademacs-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/ChangeLog14
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 @@
12005-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
12005-12-17 Chong Yidong <cyd@stupidchicken.com> 92005-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
162005-12-17 Chong Yidong <cyd@stupidchicken.com> 242005-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
212005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) 292005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
22 30