emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/follow.el,v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/follow.el,v [EMACS_22_BASE]
Date: Thu, 11 Oct 2007 11:52:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/11 11:52:41

Index: follow.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/follow.el,v
retrieving revision 1.30.2.7
retrieving revision 1.30.2.8
diff -u -b -r1.30.2.7 -r1.30.2.8
--- follow.el   10 Oct 2007 16:27:57 -0000      1.30.2.7
+++ follow.el   11 Oct 2007 11:52:41 -0000      1.30.2.8
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]