emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Thu, 20 Apr 2006 08:46:56 +0000

Index: emacs/src/xdisp.c
diff -u emacs/src/xdisp.c:1.1087 emacs/src/xdisp.c:1.1088
--- emacs/src/xdisp.c:1.1087    Wed Apr 19 23:20:21 2006
+++ emacs/src/xdisp.c   Thu Apr 20 08:46:56 2006
@@ -12689,8 +12689,6 @@
       /* IT may overshoot PT if text at PT is invisible.  */
       else if (IT_CHARPOS (it) > PT && CHARPOS (startp) <= PT)
        w->force_start = Qt;
-
-
     }
 
   /* Handle case where place to start displaying has been specified,
@@ -12882,7 +12880,9 @@
          if (CHARPOS (startp) > BEG + BEG_UNCHANGED
              && CHARPOS (startp) <= Z - END_UNCHANGED)
            {
-             centering_position = 0;
+             /* There doesn't seems to be a simple way to find a new
+                window start that is near the old window start, so
+                we just recenter.  */
              goto recenter;
            }
        }




reply via email to

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