]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct Lisp_Process): Add inherit_coding_system_flag member.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 1998 14:18:01 +0000 (14:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 1998 14:18:01 +0000 (14:18 +0000)
src/process.h

index c163bcdb622076c6cc5da27010842560f6117ffe..79ad07eab6a972b4391733b8a74d1aa26413d666 100644 (file)
@@ -87,6 +87,9 @@ struct Lisp_Process
     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))