aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-05-28 09:08:53 +0000
committerKim F. Storm <[email protected]>2002-05-28 09:08:53 +0000
commitb44ec8e346cd5128bf6a31d902beea5ca6414e8e (patch)
tree58e76084e2fbaa5a971c9bac461ee5c2d6d3718e
parent5d4d17b82396debb1ae3f1042f111f075fd93cd3 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog7
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index caa07a60c9..ebf92230ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-28 Kim F. Storm <[email protected]>
+
+ * files.el (read-directory-name): New function.
+ (cd): Use it instead of read-file-name.
+
2002-05-27 Kim F. Storm <[email protected]>
* simple.el (push-mark-command): Added optional NOMSG arg.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b6236b7cb..5f88aa3e82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,11 @@
2002-05-28 Kim F. Storm <[email protected]>
- * 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 <[email protected]>
+
+ * 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.