Mercurial > emacs
comparison src/coding.h @ 21031:7352e0598efa
Typo in comment fixed.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 03 Mar 1998 01:29:16 +0000 |
| parents | 1331679fe704 |
| children | b5844e2bf088 |
comparison
equal
deleted
inserted
replaced
| 21030:293eb7d1a966 | 21031:7352e0598efa |
|---|---|
| 281 #define CODING_FINISH_NORMAL 0 | 281 #define CODING_FINISH_NORMAL 0 |
| 282 #define CODING_FINISH_INSUFFICIENT_SRC 1 | 282 #define CODING_FINISH_INSUFFICIENT_SRC 1 |
| 283 #define CODING_FINISH_INSUFFICIENT_DST 2 | 283 #define CODING_FINISH_INSUFFICIENT_DST 2 |
| 284 #define CODING_FINISH_INCONSISTENT_EOL 3 | 284 #define CODING_FINISH_INCONSISTENT_EOL 3 |
| 285 | 285 |
| 286 /* Macros used for the member mode of the struct coding_systme. */ | 286 /* Macros used for the member `mode' of the struct coding_system. */ |
| 287 | 287 |
| 288 /* If set, recover the original CR or LF of the already decoded text | 288 /* If set, recover the original CR or LF of the already decoded text |
| 289 when the decoding routine encounters an inconsistent eol format. */ | 289 when the decoding routine encounters an inconsistent eol format. */ |
| 290 #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 | 290 #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 |
| 291 | 291 |
