]> git.eshelyaron.com Git - emacs.git/commitdiff
(redisplay_window): Make sure start_at_line_beg
authorGerd Moellmann <gerd@gnu.org>
Mon, 13 Sep 1999 20:47:20 +0000 (20:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 13 Sep 1999 20:47:20 +0000 (20:47 +0000)
is always set correctly.

src/xdisp.c

index 3f4f1c098d0f75464c153c62c9c1e6defb2eb4db..567b9558fde82441e6ad9d3c0b3e6b4534c81ed9 100644 (file)
@@ -8910,13 +8910,13 @@ redisplay_window (window, just_this_one_p)
   
   make_cursor_line_fully_visible (w);
 
+ done:
+
   SET_TEXT_POS_FROM_MARKER (startp, w->start);
   w->start_at_line_beg = ((CHARPOS (startp) == BEGV
                           || FETCH_BYTE (BYTEPOS (startp) - 1) == '\n')
                          ? Qt : Qnil);
 
- done:
-
   /* Display the mode line, if we must.  */
   if ((update_mode_line
        /* If window not full width, must redo its mode line