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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/process.h,v
Date: Tue, 25 Mar 2008 17:35:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/25 17:35:49

Index: process.h
===================================================================
RCS file: /sources/emacs/emacs/src/process.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- process.h   8 Mar 2008 15:53:51 -0000       1.42
+++ process.h   25 Mar 2008 17:35:47 -0000      1.43
@@ -113,12 +113,6 @@
     /* Flag to set coding-system of the process buffer from the
        coding_system used to decode process output.  */
     unsigned int inherit_coding_system_flag : 1;
-    /* Flag 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-filter-multibyte'. */
-    unsigned int filter_multibyte : 1;
     /* Record the process status in the raw form in which it comes from `wait'.
        This is to avoid consing in a signal handler.  The `raw_status_new'
        flag indicates that `raw_status' contains a new status that still




reply via email to

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