Mercurial > emacs
diff src/coding.c @ 22329:4786b00d2973
(detect_coding_mask): Initilize local variable C.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 02 Jun 1998 03:54:18 +0000 |
| parents | 1deb7d79af00 |
| children | 572ba933a4bf |
line wrap: on
line diff
--- a/src/coding.c Mon Jun 01 21:49:43 1998 +0000 +++ b/src/coding.c Tue Jun 02 03:54:18 1998 +0000 @@ -3206,6 +3206,7 @@ /* We found nothing other than ASCII. There's nothing to do. */ return 0; + c = *src; /* The text seems to be encoded in some multilingual coding system. Now, try to find in which coding system the text is encoded. */ if (c < 0x80)
