mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/follow.el: Put property 'isearch-scroll' on 'follow-recenter'.
This commit is contained in:
parent
59e470dd5d
commit
8aabd83574
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue