Mercurial > emacs
changeset 21573:92b33933ceeb
Declare inherit-process-coding-system.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Apr 1998 15:48:45 +0000 |
parents | 395ad34c576a |
children | 30394e3ae7f8 |
files | src/coding.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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'. */