comparison 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
comparison
equal deleted inserted replaced
21656:bb39a5863a82 21657:373f809e0b95
85 Lisp_Object encode_coding_system; 85 Lisp_Object encode_coding_system;
86 /* Working buffer for encoding. */ 86 /* Working buffer for encoding. */
87 Lisp_Object encoding_buf; 87 Lisp_Object encoding_buf;
88 /* Size of carryover in encoding. */ 88 /* Size of carryover in encoding. */
89 Lisp_Object encoding_carryover; 89 Lisp_Object encoding_carryover;
90 /* Flag to set coding-system of the process buffer from the
91 coding_system used to decode process output. */
92 int inherit_coding_system_flag;
90 }; 93 };
91 94
92 #define ChannelMask(n) (1<<(n)) 95 #define ChannelMask(n) (1<<(n))
93 96
94 /* Indexed by descriptor, gives the process (if any) for that descriptor. */ 97 /* Indexed by descriptor, gives the process (if any) for that descriptor. */