Put isearch-scroll property on recenter-top-bottom.
authorJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:30:26 +0000 (20:30 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:30:26 +0000 (20:30 +0000)
lisp/isearch.el

index b46420f..213653f 100644 (file)
@@ -1653,6 +1653,7 @@ Scroll-bar or mode-line events are processed appropriately."
 
 ;; Commands which scroll the window:
 (put 'recenter 'isearch-scroll t)
+(put 'recenter-top-bottom 'isearch-scroll t)
 (put 'reposition-window 'isearch-scroll t)
 (put 'scroll-up 'isearch-scroll t)
 (put 'scroll-down 'isearch-scroll t)