Mercurial > emacs
diff src/process.h @ 21657:373f809e0b95
(struct Lisp_Process): Add inherit_coding_system_flag member.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sun, 19 Apr 1998 14:18:01 +0000 |
| parents | ead6c5a556e1 |
| children | 96fd475a324d |
line wrap: on
line diff
--- a/src/process.h Sun Apr 19 14:13:47 1998 +0000 +++ b/src/process.h Sun Apr 19 14:18:01 1998 +0000 @@ -87,6 +87,9 @@ Lisp_Object encoding_buf; /* Size of carryover in encoding. */ Lisp_Object encoding_carryover; + /* Flag to set coding-system of the process buffer from the + coding_system used to decode process output. */ + int inherit_coding_system_flag; }; #define ChannelMask(n) (1<<(n))
