From: Richard M. Stallman Date: Wed, 11 Sep 2002 01:58:22 +0000 (+0000) Subject: (Fgarbage_collect): Use pop_message_unwind. X-Git-Tag: ttn-vms-21-2-B4~13249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c55b0da6b8b1da970a1848e484f32878fdd7b2bc;p=emacs.git (Fgarbage_collect): Use pop_message_unwind. --- diff --git a/src/alloc.c b/src/alloc.c index 8a487214479..728c5f95572 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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