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: Mon, 24 Jan 2005 08:17:51 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.969 emacs/src/xdisp.c:1.970
*** emacs/src/xdisp.c:1.969     Sun Jan 23 00:50:52 2005
--- emacs/src/xdisp.c   Mon Jan 24 13:17:51 2005
***************
*** 12231,12236 ****
--- 12231,12238 ----
        /* If centering point failed to make the whole line visible,
         put point at the top instead.  That has to make the whole line
         visible, if it can be done.  */
+       if (centering_position == 0)
+       goto done;
        clear_glyph_matrix (w->desired_matrix);
        centering_position = 0;
        goto point_at_top;




reply via email to

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