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 5db1f71884f..b373ff784dd 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -547,6 +547,10 @@ extern Lisp_Object Vcoding_system_for_write; | |||
| 547 | /* Coding-system actually used in the latest I/O. */ | 547 | /* Coding-system actually used in the latest I/O. */ |
| 548 | extern Lisp_Object Vlast_coding_system_used; | 548 | extern Lisp_Object Vlast_coding_system_used; |
| 549 | 549 | ||
| 550 | /* If non-zero, process buffer inherits the coding system used to decode | ||
| 551 | the subprocess output. */ | ||
| 552 | extern int inherit_process_coding_system; | ||
| 553 | |||
| 550 | /* Coding-system to be used for encoding terminal output. This | 554 | /* Coding-system to be used for encoding terminal output. This |
| 551 | structure contains information of a coding-system specified by the | 555 | structure contains information of a coding-system specified by the |
| 552 | function `set-terminal-coding-system'. */ | 556 | function `set-terminal-coding-system'. */ |