Mercurial > emacs
diff lisp/ChangeLog @ 72310:e45c648eb3ad
(PC-do-completion): Strip out completion-ignored-extensions
before checking whether there are multiple completions.
Don't use `list' unnecessarily when building completion tables.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 07 Aug 2006 18:06:28 +0000 |
parents | 79d78c12ac65 |
children | fd4771b15a42 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 07 17:47:55 2006 +0000 +++ b/lisp/ChangeLog Mon Aug 07 18:06:28 2006 +0000 @@ -1,3 +1,9 @@ +2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * complete.el (PC-do-completion): Strip out completion-ignored-extensions + before checking whether there are multiple completions. + Don't use `list' unnecessarily when building completion tables. + 2006-08-06 Richard Stallman <rms@gnu.org> * help.el (describe-mode): Make minor mode list more concise. @@ -672,8 +678,8 @@ 2006-07-10 Chong Yidong <cyd@stupidchicken.com> - * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid - compilation error. + * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to + avoid compilation error. * subr.el (sit-for): New function.