emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/process.h
Date: Mon, 10 Feb 2003 02:45:15 -0500

Index: emacs/src/process.h
diff -c emacs/src/process.h:1.21 emacs/src/process.h:1.22
*** emacs/src/process.h:1.21    Tue Jan 14 04:55:00 2003
--- emacs/src/process.h Mon Feb 10 02:45:13 2003
***************
*** 98,103 ****
--- 98,109 ----
      /* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]