diff options
| author | Kenichi Handa | 1998-06-02 03:54:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-06-02 03:54:18 +0000 |
| commit | 8a8147d64b5c8ad5148ca9952add6a4b18149dad (patch) | |
| tree | 319491fe86ffbc20cb48db026d615907f3a76449 /src/coding.c | |
| parent | b70b2dd2c0fbd821a749740db5b672efa4d91816 (diff) | |
| download | emacs-8a8147d64b5c8ad5148ca9952add6a4b18149dad.tar.gz emacs-8a8147d64b5c8ad5148ca9952add6a4b18149dad.zip | |
(detect_coding_mask): Initilize local variable C.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 1bdac41c786..5e16250ce40 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3206,6 +3206,7 @@ detect_coding_mask (source, src_bytes, priorities, skip) | |||
| 3206 | /* We found nothing other than ASCII. There's nothing to do. */ | 3206 | /* We found nothing other than ASCII. There's nothing to do. */ |
| 3207 | return 0; | 3207 | return 0; |
| 3208 | 3208 | ||
| 3209 | c = *src; | ||
| 3209 | /* The text seems to be encoded in some multilingual coding system. | 3210 | /* The text seems to be encoded in some multilingual coding system. |
| 3210 | Now, try to find in which coding system the text is encoded. */ | 3211 | Now, try to find in which coding system the text is encoded. */ |
| 3211 | if (c < 0x80) | 3212 | if (c < 0x80) |