Mercurial > emacs
changeset 37962:945d7ba322e3
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 31 May 2001 09:59:12 +0000 |
parents | d95290112d89 |
children | c801f5d17c89 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 31 09:58:33 2001 +0000 +++ b/src/ChangeLog Thu May 31 09:59:12 2001 +0000 @@ -1,5 +1,10 @@ 2001-05-31 Gerd Moellmann <gerd@gnu.org> + * fileio.c (Fdo_auto_save): Don't try to create the directory of + auto-save-list-file-name when shutting down Emacs, because + creating the directory might signal an error, and leaves + Emacs in a strange state. + * term.c: (tty_cursor_hidden): New variable. (update_begin): Don't call tty_hide_cursor. Clean up. (update_end, set_terminal_window, set_scroll_region): Clean up.