From: Richard M. Stallman Date: Wed, 8 Jun 2005 15:28:27 +0000 (+0000) Subject: Undo previous change. X-Git-Tag: emacs-pretest-22.0.90~9204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=beac3988dff35004f271c2d603d5aeef4079f4dc;p=emacs.git Undo previous change. --- diff --git a/src/process.h b/src/process.h index 5d5f9d5b616..8e3f9028c0b 100644 --- a/src/process.h +++ b/src/process.h @@ -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