mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(emacs_mule_char): Fix previous change.
This commit is contained in:
parent
781d7a48c4
commit
0cbbb5690d
1 changed files with 0 additions and 1 deletions
|
|
@ -1527,7 +1527,6 @@ int
|
||||||
emacs_mule_char (coding, src, nbytes, nchars)
|
emacs_mule_char (coding, src, nbytes, nchars)
|
||||||
struct coding_system *coding;
|
struct coding_system *coding;
|
||||||
unsigned char *src;
|
unsigned char *src;
|
||||||
int composition;
|
|
||||||
int *nbytes, *nchars;
|
int *nbytes, *nchars;
|
||||||
{
|
{
|
||||||
unsigned char *src_end = coding->source + coding->src_bytes;
|
unsigned char *src_end = coding->source + coding->src_bytes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue