aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-08 15:28:27 +0000
committerRichard M. Stallman2005-06-08 15:28:27 +0000
commitbeac3988dff35004f271c2d603d5aeef4079f4dc (patch)
tree04ee45f42f6a7d46dd458c1bedfd1fe0c970a2c6 /src/process.h
parent547d2b37972e31e448d85c0b99e64a3e42b4f5ba (diff)
downloademacs-beac3988dff35004f271c2d603d5aeef4079f4dc.tar.gz
emacs-beac3988dff35004f271c2d603d5aeef4079f4dc.zip
Undo previous change.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 0 insertions, 2 deletions
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
99 generated, and can be changed by the function 99 generated, and can be changed by the function
100 `set-process-fileter-multibyte'. */ 100 `set-process-fileter-multibyte'. */
101 Lisp_Object filter_multibyte; 101 Lisp_Object filter_multibyte;
102#ifdef ADAPTIVE_READ_BUFFERING
103 /* Should we delay reading output from this process. 102 /* Should we delay reading output from this process.
104 Initialized from `Vprocess_adaptive_read_buffering'. */ 103 Initialized from `Vprocess_adaptive_read_buffering'. */
105 Lisp_Object adaptive_read_buffering; 104 Lisp_Object adaptive_read_buffering;
@@ -112,7 +111,6 @@ struct Lisp_Process
112 Lisp_Object read_output_delay; 111 Lisp_Object read_output_delay;
113 /* Skip reading this process on next read. */ 112 /* Skip reading this process on next read. */
114 Lisp_Object read_output_skip; 113 Lisp_Object read_output_skip;
115#endif
116}; 114};
117 115
118/* Every field in the preceding structure except for the first two 116/* Every field in the preceding structure except for the first two