Mercurial > emacs
changeset 79037:e68bb9eaf3a5
(follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 11 Oct 2007 11:52:41 +0000 |
parents | ef2bf5b448b2 |
children | 36023ccca4af |
files | lisp/follow.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/follow.el Thu Oct 11 04:23:29 2007 +0000 +++ b/lisp/follow.el Thu Oct 11 11:52:41 2007 +0000 @@ -1900,7 +1900,7 @@ (follow-tidy-process-filter-alist) (let ((list (process-list))) (while list - (if (eq (process-filter (car list)) 'follow-generic-filter) + (if (eq (follow-call-process-filter (car list)) 'follow-generic-filter) (progn (follow-call-set-process-filter (car list)