diff src/alloc.c @ 47391:1afd007f814f

(Fgarbage_collect): Use pop_message_unwind.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Sep 2002 01:58:22 +0000
parents 2ff45b08a155
children 043dddbc037a
line wrap: on
line diff
--- a/src/alloc.c	Wed Sep 11 01:56:47 2002 +0000
+++ b/src/alloc.c	Wed Sep 11 01:58:22 2002 +0000
@@ -4057,7 +4057,7 @@
 
   /* 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