From: Luc Teirlinck Date: Sat, 31 Jan 2004 04:41:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb9961012524602971796500bee6a27dd11938ae;p=emacs.git *** empty log message *** --- 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.