comparison src/ChangeLog @ 35176:3f757ef80d7d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 09 Jan 2001 13:46:53 +0000
parents 9b49ba6631c5
children d6427b0a4cd8
comparison
equal deleted inserted replaced
35175:e5a437efe234 35176:3f757ef80d7d
1 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2
3 * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
4 ensure that pop_message is called.
5
6 * keyboard.c (Fexecute_extended_command): Use a
7 record_unwind_protect to ensure that pop_message is called.
8
9 * lisp.h (push_message_unwind): Add prototype.
10
11 * xdisp.c (push_message_unwind): New function.
12
13 * fileio.c (do_auto_save_unwind): Do the pop_message here
14 instead of in Fdo_auto_save.
15 (Fdo_auto_save): Don't call pop_message.
16
1 2001-01-08 Ken Raeburn <raeburn@gnu.org> 17 2001-01-08 Ken Raeburn <raeburn@gnu.org>
2 18
3 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I 19 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
4 in inner block. 20 in inner block.
5 21