1
Fork 0
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:
Richard M. Stallman 2002-09-11 01:58:22 +00:00
parent 9d4b302723
commit c55b0da6b8

View file

@ -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