Mercurial > emacs
diff src/process.h @ 63132:2dd78739b46c
Undo previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 08 Jun 2005 15:28:27 +0000 |
| parents | 20c2d120fc79 |
| children | a8fa7c632ee4 173dee4e2611 |
line wrap: on
line diff
--- a/src/process.h Wed Jun 08 15:26:33 2005 +0000 +++ b/src/process.h Wed Jun 08 15:28:27 2005 +0000 @@ -99,7 +99,6 @@ 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 @@ 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
