1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-01-31 04:41:35 +00:00
parent 25802eac0d
commit eb99610125
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
* files.el (read-directory-name): Adapt the docstring to recent
change in Fread_file_name.
2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
* ses.el (ses-print-cell): If print format too wide for column

View File

@ -1,3 +1,12 @@
2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
* fileio.c (Fread_file_name_internal): Correctly handle the case
where insert-default-directory is nil.
(Fread_file_name): Always return an empty string if the user exits
with an empty minibuffer. Adapt the docstring accordingly.
(syms_of_fileio): Adapt the docstring of insert-default-directory
to the change in Fread_file_name.
2004-01-29 Eli Zaretskii <eliz@elta.co.il>
* alloca.c [!alloca]: Fix the prototype for xfree.