Mercurial > emacs
diff src/ChangeLog @ 94890:907ac6ecef89
(file_name_completion): Tweak the code so as to always do it
in a single pass. Tighten the scope of some variables.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 05:16:43 +0000 |
parents | 77013c501e34 |
children | 562fcfcace31 |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 13 05:15:57 2008 +0000 +++ b/src/ChangeLog Tue May 13 05:16:43 2008 +0000 @@ -1,5 +1,8 @@ 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> + * dired.c (file_name_completion): Tweak the code so as to always do it + in a single pass. Tighten the scope of some variables. + * dired.c (Qdefault_directory): New var. (file_name_completion): Use it instead of Fexpand_file_name. (syms_of_dired): Initialize it.