diff options
| author | Stefan Monnier | 2008-05-13 05:16:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-13 05:16:43 +0000 |
| commit | 3271a8f56cca6dc132ee3af157e87ab8faf42ab8 (patch) | |
| tree | 7273e7da207cfa9816c7aa38a3b81edcf44fd4a9 /src/ChangeLog | |
| parent | f836b98e3139ff39834ceb2dcc4852c1c3e068c9 (diff) | |
| download | emacs-3271a8f56cca6dc132ee3af157e87ab8faf42ab8.tar.gz emacs-3271a8f56cca6dc132ee3af157e87ab8faf42ab8.zip | |
(file_name_completion): Tweak the code so as to always do it
in a single pass. Tighten the scope of some variables.
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. |