From eb9961012524602971796500bee6a27dd11938ae Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 31 Jan 2004 04:41:35 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8f7fe3b08f..e76416e8483 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Luc Teirlinck + + * files.el (read-directory-name): Adapt the docstring to recent + change in Fread_file_name. + 2004-01-30 Jonathan Yavner * ses.el (ses-print-cell): If print format too wide for column diff --git a/src/ChangeLog b/src/ChangeLog index 27b6f22ebfb..98584a9b324 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2004-01-30 Luc Teirlinck + + * fileio.c (Fread_file_name_internal): Correctly handle the case + where insert-default-directory is nil. + (Fread_file_name): Always return an empty string if the user exits + with an empty minibuffer. Adapt the docstring accordingly. + (syms_of_fileio): Adapt the docstring of insert-default-directory + to the change in Fread_file_name. + 2004-01-29 Eli Zaretskii * alloca.c [!alloca]: Fix the prototype for xfree. -- 2.39.2