mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.
This commit is contained in:
parent
31c4b81d81
commit
b8044b69d3
2 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue