diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86bc2e171ae..31bf04624b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 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. | ||
| 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. |