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
ea18063f
Commit
ea18063f
authored
Jun 21, 1994
by
Richard M. Stallman
Browse files
(Fmove_overlay): Add missing XINT calls in previous change.
parent
9b59d6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
ea18063f
...
...
@@ -1861,7 +1861,7 @@ buffer.")
}
/* Redisplay where the overlay is going to be. */
redisplay_region
(
ob
,
beg
,
end
);
redisplay_region
(
ob
,
XINT
(
beg
)
,
XINT
(
end
)
)
;
/* Don't limit redisplay to the selected window. */
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