]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct Lisp_Process): New member filter_multibyte.
authorKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 07:45:13 +0000 (07:45 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 07:45:13 +0000 (07:45 +0000)
src/process.h

index bd5241905236595fc15232a697d4e83cfc4c43c8..06dbb30fc03d5a8a99218631987b035ab9546502 100644 (file)
@@ -98,6 +98,12 @@ struct Lisp_Process
     /* Flag to set coding-system of the process buffer from the
        coding_system used to decode process output.  */
     Lisp_Object inherit_coding_system_flag;
+    /* Flat to decide the multibyteness of a string given to the
+       filter (if any).  It is initialized to the value of
+       `default-enable-multibyte-characters' when the process is
+       generated, and can be changed by the function
+       `set-process-fileter-multibyte'. */
+    Lisp_Object filter_multibyte;
 };
 
 /* Every field in the preceding structure except for the first two