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
dd33cc56
Commit
dd33cc56
authored
Apr 06, 2001
by
Dave Love
Browse files
(update_compositions) <check_mask & CHECK_HEAD>: Fix
test of `from'.
parent
afa3935f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/composite.c
src/composite.c
+1
-1
No files found.
src/composite.c
View file @
dd33cc56
...
...
@@ -509,7 +509,7 @@ update_compositions (from, to, check_mask)
run_composition_function
(
start
,
end
,
prop
);
from
=
end
;
}
else
if
(
from
<
to
else
if
(
from
<
ZV
&&
find_composition
(
from
,
-
1
,
&
start
,
&
from
,
&
prop
,
Qnil
))
run_composition_function
(
start
,
from
,
prop
);
}
...
...
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