Mercurial > emacs
diff src/coding.h @ 21573:92b33933ceeb
Declare inherit-process-coding-system.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Wed, 15 Apr 1998 15:48:45 +0000 |
| parents | fb4c986db0e2 |
| children | 1b46a79d86e3 |
line wrap: on
line diff
--- a/src/coding.h Wed Apr 15 15:44:16 1998 +0000 +++ b/src/coding.h Wed Apr 15 15:48:45 1998 +0000 @@ -547,6 +547,10 @@ /* 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'. */
