]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 28 May 2002 09:08:53 +0000 (09:08 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 28 May 2002 09:08:53 +0000 (09:08 +0000)
lisp/ChangeLog
src/ChangeLog

index caa07a60c9dce58b079d99c24262fbb9daaf9408..ebf92230ce374fd688d41c1f1b7b33e26c42bd28 100644 (file)
@@ -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.
index 7b6236b7cbbf206ae356265d5bfa677ffe6a59f7..5f88aa3e82c5bc4f9dbb1bf8da21789bcd6270b6 100644 (file)
@@ -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.