aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h
index c163bcdb622..79ad07eab6a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -87,6 +87,9 @@ struct Lisp_Process
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))