comparison 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
comparison
equal deleted inserted replaced
94889:e80a3956601b 94890:907ac6ecef89
1 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dired.c (file_name_completion): Tweak the code so as to always do it
4 in a single pass. Tighten the scope of some variables.
2 5
3 * dired.c (Qdefault_directory): New var. 6 * dired.c (Qdefault_directory): New var.
4 (file_name_completion): Use it instead of Fexpand_file_name. 7 (file_name_completion): Use it instead of Fexpand_file_name.
5 (syms_of_dired): Initialize it. 8 (syms_of_dired): Initialize it.
6 9