]> git.eshelyaron.com Git - emacs.git/commitdiff
(follow-stop-intercept-process-output):
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Oct 2007 11:57:36 +0000 (11:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Oct 2007 11:57:36 +0000 (11:57 +0000)
Use `follow-call-process-filter' rather than `process-filter'.

lisp/ChangeLog
lisp/follow.el

index 37f99104f8eba7678990639938c0ac9769bbecf7..21ae5b78d62e202538354e2de765bf835f9319cd 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-stop-intercept-process-output):
+       Use `follow-call-process-filter' rather than `process-filter'.
+
 2007-10-11  Tom Tromey  <tromey@redhat.com>
 
        * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
@@ -17,8 +22,8 @@
        * ps-print.el: Fix the usage of :foreground and :background face
        attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
        (ps-print-version): New version 6.7.6.
-       (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix
-       code.
+       (ps-face-attributes, ps-face-attribute-list, ps-face-background):
+       Fix code.
        (ps-face-foreground-color-p, ps-face-background-color-p)
        (ps-face-color-p): New inline funs.
 
index 91713aa6e42b3f47e750244bc9c0277add050599..6400c7997945d67a8b608e770146a13fcd3f73cc 100644 (file)
@@ -1900,7 +1900,7 @@ report this using the `report-emacs-bug' function."
   (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)