# HG changeset patch # User Luc Teirlinck # Date 1075524095 0 # Node ID ec7e8552309c1a0e306cd9bfdbc1c95053c10f73 # Parent bf9aef2a393df884960d623821488dee47102bc4 *** empty log message *** diff -r bf9aef2a393d -r ec7e8552309c lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 31 04:38:32 2004 +0000 +++ b/lisp/ChangeLog Sat Jan 31 04:41:35 2004 +0000 @@ -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 -r bf9aef2a393d -r ec7e8552309c src/ChangeLog --- a/src/ChangeLog Sat Jan 31 04:38:32 2004 +0000 +++ b/src/ChangeLog Sat Jan 31 04:41:35 2004 +0000 @@ -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.