From: Juri Linkov Date: Sun, 11 May 2008 20:30:26 +0000 (+0000) Subject: Put isearch-scroll property on recenter-top-bottom. X-Git-Tag: emacs-pretest-23.0.90~5625 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21d9ed8b07440a37f19d0d9856070c2b18411ebd;p=emacs.git Put isearch-scroll property on recenter-top-bottom. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index b46420ff646..213653ff919 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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)