aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-05-13 05:16:43 +0000
committerStefan Monnier2008-05-13 05:16:43 +0000
commit3271a8f56cca6dc132ee3af157e87ab8faf42ab8 (patch)
tree7273e7da207cfa9816c7aa38a3b81edcf44fd4a9 /src/ChangeLog
parentf836b98e3139ff39834ceb2dcc4852c1c3e068c9 (diff)
downloademacs-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/ChangeLog3
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 @@
12008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 12008-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.