aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-03-17 19:05:40 +0000
committerStefan Monnier2009-03-17 19:05:40 +0000
commit2cd298e2db4ef3cd64ee7553a21c4bd7f01f1cd4 (patch)
tree07655e5c0af95641abac2cbb15d62d1a6cac9a61 /src/ChangeLog
parente597afcb8ba631d19988f77c7f3d9cd46444b542 (diff)
downloademacs-2cd298e2db4ef3cd64ee7553a21c4bd7f01f1cd4.tar.gz
emacs-2cd298e2db4ef3cd64ee7553a21c4bd7f01f1cd4.zip
(file_name_completion): Check completion-ignored-extensions
only if the entry can't affect bestmatch anyway. Stop the search early, as Ftry_completion already does.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 77fd6cf0fd4..35c81a87ac9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dired.c (file_name_completion): Check completion-ignored-extensions
4 only if the entry can't affect bestmatch anyway.
5 Stop the search early, as Ftry_completion already does.
6
12009-03-17 Chong Yidong <cyd@stupidchicken.com> 72009-03-17 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * minibuf.c (Vminibuffer_completion_confirm): Doc fix. 9 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.