# HG changeset patch # User Kenichi Handa # Date 1044863113 0 # Node ID 9f435c19ea6f559a1baf27d9e5e2122a62d26064 # Parent c102e97c89eb2b82c3226aea85a7c9eace2f8dc8 (struct Lisp_Process): New member filter_multibyte. diff -r c102e97c89eb -r 9f435c19ea6f src/process.h --- a/src/process.h Mon Feb 10 07:44:18 2003 +0000 +++ b/src/process.h Mon Feb 10 07:45:13 2003 +0000 @@ -98,6 +98,12 @@ /* 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