]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Jun 2005 15:28:27 +0000 (15:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Jun 2005 15:28:27 +0000 (15:28 +0000)
src/process.h

index 5d5f9d5b616023f77d91da0e01039603ec548cd7..8e3f9028c0b25df44422351eb79fd4d6a1825675 100644 (file)
@@ -99,7 +99,6 @@ struct Lisp_Process
        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;
@@ -112,7 +111,6 @@ struct Lisp_Process
     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