Mercurial > emacs
changeset 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 | 475a9b6bd640 |
children | f541d471520a |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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