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
b7050583
Commit
b7050583
authored
May 26, 2010
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for finding a static composition.
parent
bef4957b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/composite.c
src/composite.c
+1
-1
No files found.
src/ChangeLog
View file @
b7050583
2010-05-26 Kenichi Handa <handa@m17n.org>
* composite.c (composition_compute_stop_pos): Fix condition for
backward scanning.
2010-05-25 Glenn Morris <rgm@gnu.org>
* Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
...
...
src/composite.c
View file @
b7050583
...
...
@@ -1124,7 +1124,7 @@ composition_compute_stop_pos (cmp_it, charpos, bytepos, endpos, string)
}
}
}
else
else
if
(
charpos
>
endpos
)
{
/* Search backward for a pattern that may be composed and the
position of (possibly) the last character of the match is
...
...
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