comparison lisp/ChangeLog @ 67651:915b73d58795

(lazy-completion-table): Don't be fooled if the var holds a "list" (lambda ...) rather than a real completion list.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Dec 2005 02:20:33 +0000
parents ccd73c32ce19
children 33e3e3f9ed8b
comparison
equal deleted inserted replaced
67650:bb585f2cd98c 67651:915b73d58795
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
7 2005-12-17 Eli Zaretskii <eliz@gnu.org> 15 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8 16
13 (autoloads): Don't break the quoted --eval expression between 21 (autoloads): Don't break the quoted --eval expression between
14 several lines. 22 several lines.
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
23 * wid-edit.el (widget-checkbox-action): Clear undo info. 31 * wid-edit.el (widget-checkbox-action): Clear undo info.
24 32