Mercurial > emacs
changeset 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 | ff0e463ca59f |
children | 734e6dc4caf1 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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