diff options
author | Eli Zaretskii <eliz@gnu.org> | 1998-04-15 15:48:45 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1998-04-15 15:48:45 +0000 |
commit | 77a9bc9a3fa375a6a54e1bf2c9b03db41ca5d4c5 (patch) | |
tree | eff4e407cea666e5782a29a62f9e4b54bfa3ef3c /src/coding.h | |
parent | 3b440bb5918d54d503a7059fb3e2b1ee860ac4b7 (diff) | |
download | emacs-77a9bc9a3fa375a6a54e1bf2c9b03db41ca5d4c5.tar.gz |
Declare inherit-process-coding-system.
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; /* Coding-system actually used in the latest I/O. */ extern Lisp_Object Vlast_coding_system_used; +/* If non-zero, process buffer inherits the coding system used to decode + the subprocess output. */ +extern int inherit_process_coding_system; + /* Coding-system to be used for encoding terminal output. This structure contains information of a coding-system specified by the function `set-terminal-coding-system'. */ |