mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(Fgarbage_collect): Use pop_message_unwind.
This commit is contained in:
parent
9d4b302723
commit
c55b0da6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -4057,7 +4057,7 @@ Garbage collection happens automatically if you cons more than
|
|||
|
||||
/* Save what's currently displayed in the echo area. */
|
||||
message_p = push_message ();
|
||||
record_unwind_protect (push_message_unwind, Qnil);
|
||||
record_unwind_protect (pop_message_unwind, Qnil);
|
||||
|
||||
/* Save a copy of the contents of the stack, for debugging. */
|
||||
#if MAX_SAVE_STACK > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue