# HG changeset patch # User Juri Linkov # Date 1210537826 0 # Node ID 8dca5333821039a4b52570327e24a1c15d845463 # Parent 996b1c4635fd03675f2275f755c37a8975d6236c Put isearch-scroll property on recenter-top-bottom. diff -r 996b1c4635fd -r 8dca53338210 lisp/isearch.el --- a/lisp/isearch.el Sun May 11 20:29:41 2008 +0000 +++ b/lisp/isearch.el Sun May 11 20:30:26 2008 +0000 @@ -1653,6 +1653,7 @@ ;; 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)