]> code.delx.au - gnu-emacs/commitdiff
Declare inherit-process-coding-system.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Apr 1998 15:48:45 +0000 (15:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Apr 1998 15:48:45 +0000 (15:48 +0000)
src/coding.h

index 5db1f71884f1beccb13d4a07526001fe34543cda..b373ff784ddd195a70ec38d278c88e6a4dedc24e 100644 (file)
@@ -547,6 +547,10 @@ extern Lisp_Object Vcoding_system_for_write;
 /* Coding-system actually used in the latest I/O.  */
 extern Lisp_Object Vlast_coding_system_used;
 
+/* If non-zero, process buffer inherits the coding system used to decode
+   the subprocess output.  */
+extern int inherit_process_coding_system;
+
 /* Coding-system to be used for encoding terminal output.  This
    structure contains information of a coding-system specified by the
    function `set-terminal-coding-system'.  */