]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 31 Jan 2004 04:41:35 +0000 (04:41 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 31 Jan 2004 04:41:35 +0000 (04:41 +0000)
lisp/ChangeLog
src/ChangeLog

index d8f7fe3b08f23a3c2147202a1f57ef05f2e6e262..e76416e84834630aa37970f673a0efa39d0fc15b 100644 (file)
@@ -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
index 27b6f22ebfb0413ed8e5dba18034a9c118c72913..98584a9b324254109df32079bbfc271bc73e80c1 100644 (file)
@@ -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.