Mercurial > emacs
changeset 88587:11186ff7ea0d
(emacs_mule_char): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 May 2002 05:09:20 +0000 |
parents | 3bbb9a5abff2 |
children | 2516c98d56d2 |
files | src/coding.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Tue May 21 04:23:15 2002 +0000 +++ b/src/coding.c Tue May 21 05:09:20 2002 +0000 @@ -1527,7 +1527,6 @@ emacs_mule_char (coding, src, nbytes, nchars) struct coding_system *coding; unsigned char *src; - int composition; int *nbytes, *nchars; { unsigned char *src_end = coding->source + coding->src_bytes;