Mercurial > emacs
comparison src/ChangeLog @ 102622:d4e19d304e30
(file_name_completion): Disable the first optimization just
installed, since it is not implemented correctly.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 18 Mar 2009 02:26:29 +0000 |
parents | 7183ab1b842a |
children | ece04107d749 |
comparison
equal
deleted
inserted
replaced
102621:7183ab1b842a | 102622:d4e19d304e30 |
---|---|
1 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * dired.c (file_name_completion): Disable the first optimization just | |
4 installed, since it is not implemented correctly. | |
5 | |
1 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * dired.c (file_name_completion): Check completion-ignored-extensions | 8 * dired.c (file_name_completion): Check completion-ignored-extensions |
4 only if the entry can't affect bestmatch anyway. | 9 only if the entry can't affect bestmatch anyway. |
5 Stop the search early, as Ftry_completion already does. | 10 Stop the search early, as Ftry_completion already does. |