Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dfc265a3
Commit
dfc265a3
authored
Jan 03, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
parent
bcd33653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/window.c
src/window.c
+2
-1
No files found.
src/window.c
View file @
dfc265a3
...
...
@@ -1182,7 +1182,8 @@ if it isn't already recorded. */)
if (! NILP (update)
&& ! (! NILP (w->window_end_valid)
&& XFASTINT (w->last_modified) >= BUF_MODIFF (b))
&& XFASTINT (w->last_modified) >= BUF_MODIFF (b)
&& XFASTINT (w->last_overlay_modified) => BUF_OVERLAY_MODIFF (b))
&& !noninteractive)
{
struct text_pos startp;
...
...
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