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

Diff of /emacs/src/xdisp.c

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

revision 1.773 by rms, Tue Jul 23 19:31:18 2002 UTC revision 1.774 by rms, Thu Jul 25 03:19:08 2002 UTC
# Line 9170  redisplay_preserve_echo_area (from_where Line 9170  redisplay_preserve_echo_area (from_where
9170    
9171    
9172  /* Function registered with record_unwind_protect in  /* Function registered with record_unwind_protect in
9173     redisplay_internal.  Clears the flag indicating that a redisplay is     redisplay_internal.  Reset redisplaying_p to the value it had
9174     in progress.  */     before redisplay_internal was called, and clear
9175       redisplay_updating_p.  */
9176    
9177  static Lisp_Object  static Lisp_Object
9178  unwind_redisplay (old_redisplaying_p)  unwind_redisplay (old_redisplaying_p)
9179       Lisp_Object old_redisplaying_p;       Lisp_Object old_redisplaying_p;
9180  {  {
9181    redisplaying_p = XFASTINT (old_redisplaying_p);    redisplaying_p = XFASTINT (old_redisplaying_p);
9182      redisplay_updating_p = 0;
9183    return Qnil;    return Qnil;
9184  }  }
9185    

Legend:
Removed from v.1.773  
changed lines
  Added in v.1.774

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