]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Oct 2007 11:49:08 +0000 (11:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 11 Oct 2007 11:49:08 +0000 (11:49 +0000)
lisp/ChangeLog

index 63f8b7a2a658a1381033b038881c1acc84f4e010..af7283ec15cf130424d75f3ab46353a2a1de073b 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-stop-intercept-process-output):
+       Use `follow-call-process-filter' rather than `process-filter'.
+       Simplify.
+
 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc-hooks.el (vc-registered): Robustify this function a bit
@@ -12,8 +18,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.