aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/follow.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index ce40317ca59..874e546bd6d 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -874,6 +874,7 @@ from the bottom."
874 (when (< dest win-s) 874 (when (< dest win-s)
875 (setq follow-internal-force-redisplay t)))))) 875 (setq follow-internal-force-redisplay t))))))
876 876
877(put 'follow-recenter 'isearch-scroll t)
877 878
878(defun follow-redraw () 879(defun follow-redraw ()
879 "Arrange windows displaying the same buffer in successor order. 880 "Arrange windows displaying the same buffer in successor order.