aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/follow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index d7a6864bd03..66b31fe3811 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -7,7 +7,7 @@
7;; Created: 25 May 1995 7;; Created: 25 May 1995
8;; Version: 1.7 8;; Version: 1.7
9;; Keywords: display, window, minor-mode 9;; Keywords: display, window, minor-mode
10;; Date: 27 May 1997 10;; Date: 4 Jun 1997
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
@@ -1961,7 +1961,7 @@ WINDOW can be an object or a window."
1961;; filter... 1961;; filter...
1962 1962
1963(defadvice set-process-filter (before follow-set-process-filter activate) 1963(defadvice set-process-filter (before follow-set-process-filter activate)
1964 "Ensure process output will be displayed correctly in Follow Mode buffers." 1964 "Ensure process output will be displayed correctly in Follow Mode buffers.
1965 1965
1966Follow Mode inserts its own process filter to do its 1966Follow Mode inserts its own process filter to do its
1967magic stuff before the real process filter is called." 1967magic stuff before the real process filter is called."