diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 8905e36838d..d89257f23be 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -428,6 +428,10 @@ struct coding_system | |||
| 428 | /* Set to true if charbuf contains an annotation. */ | 428 | /* Set to true if charbuf contains an annotation. */ |
| 429 | bool_bf annotated : 1; | 429 | bool_bf annotated : 1; |
| 430 | 430 | ||
| 431 | /* True to insert before markers in the output buffer, | ||
| 432 | if `dst_object' is a buffer. */ | ||
| 433 | bool_bf insert_before_markers : 1; | ||
| 434 | |||
| 431 | /* Used internally in coding.c. See the comment of detect_ascii. */ | 435 | /* Used internally in coding.c. See the comment of detect_ascii. */ |
| 432 | unsigned eol_seen : 3; | 436 | unsigned eol_seen : 3; |
| 433 | 437 | ||