[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/alloc.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/alloc.c |
Date: |
Tue, 10 Sep 2002 21:58:22 -0400 |
Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.280 emacs/src/alloc.c:1.281
*** emacs/src/alloc.c:1.280 Sun Sep 1 09:37:41 2002
--- emacs/src/alloc.c Tue Sep 10 21:58:22 2002
***************
*** 4057,4063 ****
/* Save what's currently displayed in the echo area. */
message_p = push_message ();
! record_unwind_protect (push_message_unwind, Qnil);
/* Save a copy of the contents of the stack, for debugging. */
#if MAX_SAVE_STACK > 0
--- 4057,4063 ----
/* Save what's currently displayed in the echo area. */
message_p = push_message ();
! record_unwind_protect (pop_message_unwind, Qnil);
/* Save a copy of the contents of the stack, for debugging. */
#if MAX_SAVE_STACK > 0