diff options
| author | Stefan Monnier | 2008-04-21 21:26:02 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-21 21:26:02 +0000 |
| commit | 92ec67e363032b8a677246d7571ea6c297d59707 (patch) | |
| tree | b10e057fce56137018626960498b7c1d3a5f3456 /src/ChangeLog | |
| parent | c023a34f05a3cca887d0d3e21b27c7ad720ba795 (diff) | |
| download | emacs-92ec67e363032b8a677246d7571ea6c297d59707.tar.gz emacs-92ec67e363032b8a677246d7571ea6c297d59707.zip | |
(Qdefault_directory): New variable.
(Fread_file_name): Use it to pass `dir' to the completion functions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a402a195225..c9bff1a7e29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fileio.c (Qdefault_directory): New variable. | ||
| 4 | (Fread_file_name): Use it to pass `dir' to the completion functions. | ||
| 5 | |||
| 1 | 2008-04-20 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-04-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xdisp.c (pos_visible_p): Check if iterator stops on a display string. | 8 | * xdisp.c (pos_visible_p): Check if iterator stops on a display string. |