+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.
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.