diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-11 01:17:04 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-11 01:17:04 -0400 |
commit | af7b60780c53288370c658deb9f79f281991990e (patch) | |
tree | a65012cad2987fc532c1f1376842f775e7af9718 /lisp/ChangeLog | |
parent | 9ac13c31364bd011cc19cabc1715c679be9f8ada (diff) | |
download | emacs-af7b60780c53288370c658deb9f79f281991990e.tar.gz |
* lisp/minibuffer.el (completion-file-name-table): Fix last change,
i.e. ignore normal errors but not the other ones.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec68012d520..17ea3c29686 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca> + + * minibuffer.el (completion-file-name-table): Fix last change, + i.e. ignore normal errors but not the other ones. + 2011-10-10 Martin Rudalics <rudalics@gmx.at> * window.el (special-display-buffer-names) |