diff src/ChangeLog @ 94220:47134e6f8c9b

(Qdefault_directory): New variable. (Fread_file_name): Use it to pass `dir' to the completion functions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Apr 2008 21:26:02 +0000
parents 18fdd5bece36
children 43cd713cec44
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 21 21:18:07 2008 +0000
+++ b/src/ChangeLog	Mon Apr 21 21:26:02 2008 +0000
@@ -1,3 +1,8 @@
+2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* fileio.c (Qdefault_directory): New variable.
+	(Fread_file_name): Use it to pass `dir' to the completion functions.
+
 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
 
 	* xdisp.c (pos_visible_p): Check if iterator stops on a display string.