# HG changeset patch # User Gerd Moellmann # Date 991303152 0 # Node ID 945d7ba322e367e0ef5e22145b1e251815977d96 # Parent d95290112d89e65d818aea0872bdcb7138333a1a *** empty log message *** diff -r d95290112d89 -r 945d7ba322e3 src/ChangeLog --- 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 + * 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.