aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/follow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index 87663fae9f7..41ffdd123ee 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -1973,7 +1973,7 @@ report this using the `report-emacs-bug' function."
1973 ;; `follow-avoid-tail-recenter'. 1973 ;; `follow-avoid-tail-recenter'.
1974 ;; 1974 ;;
1975 ;; By performing a redisplay on our own, Emacs need not perform 1975 ;; By performing a redisplay on our own, Emacs need not perform
1976 ;; the above described redisplay. (However, bu performing it when 1976 ;; the above described redisplay. (However, by performing it when
1977 ;; there are input available just seems to make things worse.) 1977 ;; there are input available just seems to make things worse.)
1978 (if (and follow-avoid-tail-recenter-p 1978 (if (and follow-avoid-tail-recenter-p
1979 (not (input-pending-p))) 1979 (not (input-pending-p)))