diff src/xdisp.c @ 25695:9e6edb8bc242

(redisplay_window): Make sure start_at_line_beg is always set correctly.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 13 Sep 1999 20:47:20 +0000
parents b12ed057020a
children 790503d553e1
line wrap: on
line diff
--- a/src/xdisp.c	Mon Sep 13 19:26:18 1999 +0000
+++ b/src/xdisp.c	Mon Sep 13 20:47:20 1999 +0000
@@ -8910,13 +8910,13 @@
   
   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