changeset 53766:ec7e8552309c

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 31 Jan 2004 04:41:35 +0000
parents bf9aef2a393d
children 6cac586a9c3d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <teirllm@auburn.edu>
+
+	* files.el (read-directory-name): Adapt the docstring to recent
+	change in Fread_file_name.
+
 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
 
 	* ses.el (ses-print-cell): If print format too wide for column
--- 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  <teirllm@auburn.edu>
+
+	* 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  <eliz@elta.co.il>
 
 	* alloca.c [!alloca]: Fix the prototype for xfree.