1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-04-20 21:52:10 +00:00
parent e3e8a75a2a
commit 3a64eef5c1
2 changed files with 309 additions and 296 deletions

593
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,15 @@
2000-04-20 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (echo_message_buffer): New variable.
(echo_now): Set echo_message_buffer to the echo area buffer used
to display the echo.
(cancel_echoing): Reset echo_message_buffer to nil.
(read_char): Code rewritten that handles canceling an echo or
echoing a dash, respectively.
* fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
directory doesn't exist.
2000-04-19 Dave Love <fx@gnu.org>
* fns.c (syms_of_fns): Defsubr mapc.