emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Tue, 16 Jul 2002 09:39:41 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.425 emacs/src/window.c:1.426
*** emacs/src/window.c:1.425    Sun Jul 14 20:00:37 2002
--- emacs/src/window.c  Tue Jul 16 09:39:41 2002
***************
*** 3145,3151 ****
--- 3145,3153 ----
    BEGV = BEG;
    ZV = Z;
    SET_PT (BEG);
+ #if 0  /* rms: there should be no reason for this.  */
    XBUFFER (buf)->prevent_redisplay_optimizations_p = 1;
+ #endif
    set_buffer_internal (old);
  
    if (!EQ (Vtemp_buffer_show_function, Qnil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]