]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fgarbage_collect): Use pop_message_unwind.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 01:58:22 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 01:58:22 +0000 (01:58 +0000)
src/alloc.c

index 8a487214479414311141418f6d243351fcb8c8ba..728c5f9557282152c0e52fbd9c62981270f5e22f 100644 (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