# HG changeset patch # User Gerd Moellmann # Date 979048013 0 # Node ID 3f757ef80d7dc3a0dad6aaa05e1196d863faee97 # Parent e5a437efe234b932595131d4a3b3068576969700 *** empty log message *** diff -r e5a437efe234 -r 3f757ef80d7d src/ChangeLog --- a/src/ChangeLog Tue Jan 09 13:46:28 2001 +0000 +++ b/src/ChangeLog Tue Jan 09 13:46:53 2001 +0000 @@ -1,3 +1,19 @@ +2001-01-09 Gerd Moellmann + + * alloc.c (Fgarbage_collect): Use a record_unwind_protect to + ensure that pop_message is called. + + * keyboard.c (Fexecute_extended_command): Use a + record_unwind_protect to ensure that pop_message is called. + + * lisp.h (push_message_unwind): Add prototype. + + * xdisp.c (push_message_unwind): New function. + + * fileio.c (do_auto_save_unwind): Do the pop_message here + instead of in Fdo_auto_save. + (Fdo_auto_save): Don't call pop_message. + 2001-01-08 Ken Raeburn * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I