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
e050ef74
Commit
e050ef74
authored
Aug 14, 1993
by
Richard M. Stallman
Browse files
(property_change_between_p): Test NULL_INTERVAL_P
in loop, before looking at next->position.
parent
5843fef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/textprop.c
src/textprop.c
+2
-0
No files found.
src/textprop.c
View file @
e050ef74
...
...
@@ -568,6 +568,8 @@ property_change_between_p (beg, end)
while
(
!
NULL_INTERVAL_P
(
next
)
&&
intervals_equal
(
i
,
next
))
{
next
=
next_interval
(
next
);
if
(
NULL_INTERVAL_P
(
next
))
return
0
;
if
(
next
->
position
>=
end
)
return
0
;
}
...
...
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