changeset 45553:fca54e194e42

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 28 May 2002 09:08:53 +0000
parents 0c2a22313f16
children cf7f041fd98e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 28 09:08:42 2002 +0000
+++ b/lisp/ChangeLog	Tue May 28 09:08:53 2002 +0000
@@ -1,3 +1,8 @@
+2002-05-28  Kim F. Storm  <storm@cua.dk>
+
+	* files.el (read-directory-name): New function.
+	(cd): Use it instead of read-file-name.
+
 2002-05-27  Kim F. Storm  <storm@cua.dk>
 
 	* simple.el (push-mark-command): Added optional NOMSG arg.
--- a/src/ChangeLog	Tue May 28 09:08:42 2002 +0000
+++ b/src/ChangeLog	Tue May 28 09:08:53 2002 +0000
@@ -1,6 +1,11 @@
 2002-05-28  Kim F. Storm  <storm@cua.dk>
 
-	* fileio.c: (Vread_file_name_function, Vread_file_name_predicate):
+	* fileio.c (Fread_file_name_internal): Added brute-force
+	speed up for using predicate file-directory-p.
+
+2002-05-28  Kim F. Storm  <storm@cua.dk>
+
+	* fileio.c (Vread_file_name_function, Vread_file_name_predicate):
 	New variables.
 	(syms_of_fileio): DEFVAR_LISP them.
 	(read_file_name_cleanup): New unwind function.