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
49c56036
Commit
49c56036
authored
Sep 08, 2005
by
Kim F. Storm
Browse files
* xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
flag in disabled rows below the window.
parent
aeb55c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/xdisp.c
View file @
49c56036
...
...
@@ -13079,7 +13079,7 @@ try_window_reusing_current_matrix (w)
/* Disable lines in the current matrix which are now
below the window. */
for (++row; row < bottom_row; ++row)
row->enabled_p = 0;
row->enabled_p =
row->mode_line_p =
0;
}
/* Update window_end_pos etc.; last_reused_text_row is the last
...
...
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