# HG changeset patch # User Richard M. Stallman # Date 1031709502 0 # Node ID 1afd007f814f937e03fc4820abe08a3bc7c72d42 # Parent ff0e463ca59f2b2649c38607a8618af40497f99d (Fgarbage_collect): Use pop_message_unwind. diff -r ff0e463ca59f -r 1afd007f814f src/alloc.c --- 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