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
efd90478
Commit
efd90478
authored
Jun 23, 1994
by
Richard M. Stallman
Browse files
(Fmove_overlay): Fix typo in previous change.
parent
01239f72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/buffer.c
src/buffer.c
+2
-2
No files found.
src/buffer.c
View file @
efd90478
...
@@ -1857,11 +1857,11 @@ buffer.")
...
@@ -1857,11 +1857,11 @@ buffer.")
o_beg = OVERLAY_POSITION (o_beg);
o_beg = OVERLAY_POSITION (o_beg);
o_end = OVERLAY_POSITION (o_end);
o_end = OVERLAY_POSITION (o_end);
redisplay_region (b, XINT (o_beg), XINT (o_end));
redisplay_region (
o
b, XINT (o_beg), XINT (o_end));
}
}
/* Redisplay where the overlay is going to be. */
/* Redisplay where the overlay is going to be. */
redisplay_region (
o
b, XINT (beg), XINT (end));
redisplay_region (b, XINT (beg), XINT (end));
/* Don't limit redisplay to the selected window. */
/* Don't limit redisplay to the selected window. */
windows_or_buffers_changed = 1;
windows_or_buffers_changed = 1;
...
...
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