]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs_mule_char): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 21 May 2002 05:09:20 +0000 (05:09 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 21 May 2002 05:09:20 +0000 (05:09 +0000)
src/coding.c

index 7bfefef88ddea5bba8caae3fa41d1a21ac305f52..0ee964b47753ba70522cb3cba3452aabd382c7f3 100644 (file)
@@ -1527,7 +1527,6 @@ int
 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;