Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74d481ac
Commit
74d481ac
authored
Sep 13, 1999
by
Gerd Moellmann
Browse files
(redisplay_window): Make sure start_at_line_beg
is always set correctly.
parent
0f25ecc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xdisp.c
src/xdisp.c
+2
-2
No files found.
src/xdisp.c
View file @
74d481ac
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment