/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.280 by rms, Sun Sep 1 13:37:41 2002 UTC revision 1.281 by rms, Wed Sep 11 01:58:22 2002 UTC
# Line 4057  Garbage collection happens automatically Line 4057  Garbage collection happens automatically
4057    
4058    /* Save what's currently displayed in the echo area.  */    /* Save what's currently displayed in the echo area.  */
4059    message_p = push_message ();    message_p = push_message ();
4060    record_unwind_protect (push_message_unwind, Qnil);    record_unwind_protect (pop_message_unwind, Qnil);
4061    
4062    /* Save a copy of the contents of the stack, for debugging.  */    /* Save a copy of the contents of the stack, for debugging.  */
4063  #if MAX_SAVE_STACK > 0  #if MAX_SAVE_STACK > 0

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26