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
63257f6c
Commit
63257f6c
authored
Aug 30, 2010
by
Kenichi Handa
Browse files
composite.c (composition_update_it): Fix previous change
parent
49a752bb
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 @
63257f6c
...
...
@@ -1440,7 +1440,7 @@ composition_update_it (struct composition_it *cmp_it, EMACS_INT charpos, EMACS_I
{
c
=
XINT
(
LGSTRING_CHAR
(
gstring
,
i
));
cmp_it
->
nbytes
+=
CHAR_BYTES
(
c
);
cmp_it
->
width
+=
LGLYPH_WIDTH
(
glyph
)
>
0
?
CHAR_WIDTH
(
c
)
:
0
;
cmp_it
->
width
+=
CHAR_WIDTH
(
c
);
}
}
return
c
;
...
...
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