Mercurial > emacs
diff lisp/ChangeLog @ 105589:e84a6a47bcb9
(completion--file-name-table): Return nil if there's
no file completion, even if substitute-in-file-name changed
the string (bug#4708).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 14 Oct 2009 03:05:06 +0000 |
parents | 2586fdd484bd |
children | 7e0a5f5d7775 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 13 22:35:44 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 14 03:05:06 2009 +0000 @@ -1,3 +1,9 @@ +2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca> + + * minibuffer.el (completion--file-name-table): Return nil if there's + no file completion, even if substitute-in-file-name changed + the string (bug#4708). + 2009-10-13 Juri Linkov <juri@jurta.org> * files-x.el (read-file-local-variable-value): Don't filter out @@ -277,7 +283,7 @@ 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> - * help-fns.el (describe-function-1): Don't burp is the function is not + * help-fns.el (describe-function-1): Don't burp if the function is not a symbol. 2009-10-05 Juanma Barranquero <lekktu@gmail.com>