Mercurial > emacs
changeset 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 | bb39a5863a82 |
children | d8a81542dbf9 |
files | src/process.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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))