]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/follow.el: Put property 'isearch-scroll' on 'follow-recenter'.
authorJuri Linkov <juri@linkov.net>
Thu, 7 Mar 2024 07:56:02 +0000 (09:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 7 Mar 2024 08:21:32 +0000 (09:21 +0100)
(cherry picked from commit 8aabd835747297818d538cc16b3f53fcc1dd67f6)

lisp/follow.el

index ce40317ca59e28f62ce07235a9916b71636b0635..874e546bd6de732f364ac87c0e2e50540df573ab 100644 (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.