1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* lisp/follow.el: Put property 'isearch-scroll' on 'follow-recenter'.

This commit is contained in:
Juri Linkov 2024-03-07 09:56:02 +02:00
parent 59e470dd5d
commit 8aabd83574

View File

@ -874,6 +874,7 @@ from the bottom."
(when (< dest win-s)
(setq follow-internal-force-redisplay t))))))
(put 'follow-recenter 'isearch-scroll t)
(defun follow-redraw ()
"Arrange windows displaying the same buffer in successor order.