comparison src/process.c @ 91058:4b09bb044f38

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 899-900) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-272
author Miles Bader <miles@gnu.org>
date Sat, 20 Oct 2007 02:22:59 +0000
parents 1251cabc40b7 17fa7213763d
children 4bc33ffdda1a
comparison
equal deleted inserted replaced
91057:5e056bb0109f 91058:4b09bb044f38
1004 } 1004 }
1005 1005
1006 DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, 1006 DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
1007 2, 2, 0, 1007 2, 2, 0,
1008 doc: /* Give PROCESS the filter function FILTER; nil means no filter. 1008 doc: /* Give PROCESS the filter function FILTER; nil means no filter.
1009 t means stop accepting output from the process. 1009 A value of t means stop accepting output from the process.
1010 1010
1011 When a process has a filter, its buffer is not used for output. 1011 When a process has a filter, its buffer is not used for output.
1012 Instead, each time it does output, the entire string of output is 1012 Instead, each time it does output, the entire string of output is
1013 passed to the filter. 1013 passed to the filter.
1014 1014