+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
* 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.
(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)