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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.h
Date: Wed, 08 Jun 2005 11:28:28 -0400

Index: emacs/src/process.h
diff -c emacs/src/process.h:1.28 emacs/src/process.h:1.29
*** emacs/src/process.h:1.28    Wed Jun  8 15:16:31 2005
--- emacs/src/process.h Wed Jun  8 15:28:27 2005
***************
*** 99,105 ****
         generated, and can be changed by the function
         `set-process-fileter-multibyte'. */
      Lisp_Object filter_multibyte;
- #ifdef ADAPTIVE_READ_BUFFERING
      /* Should we delay reading output from this process.
         Initialized from `Vprocess_adaptive_read_buffering'.  */
      Lisp_Object adaptive_read_buffering;
--- 99,104 ----
***************
*** 112,118 ****
      Lisp_Object read_output_delay;
      /* Skip reading this process on next read.  */
      Lisp_Object read_output_skip;
- #endif
  };
  
  /* Every field in the preceding structure except for the first two
--- 111,116 ----




reply via email to

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