diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 7bfefef88dd..0ee964b4775 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1527,7 +1527,6 @@ int | |||
| 1527 | emacs_mule_char (coding, src, nbytes, nchars) | 1527 | emacs_mule_char (coding, src, nbytes, nchars) |
| 1528 | struct coding_system *coding; | 1528 | struct coding_system *coding; |
| 1529 | unsigned char *src; | 1529 | unsigned char *src; |
| 1530 | int composition; | ||
| 1531 | int *nbytes, *nchars; | 1530 | int *nbytes, *nchars; |
| 1532 | { | 1531 | { |
| 1533 | unsigned char *src_end = coding->source + coding->src_bytes; | 1532 | unsigned char *src_end = coding->source + coding->src_bytes; |