1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 02:40:34 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2002-05-28 09:08:53 +00:00
parent 5d4d17b823
commit b44ec8e346
2 changed files with 11 additions and 1 deletions

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

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