Mercurial > emacs
changeset 94868:8dca53338210
Put isearch-scroll property on recenter-top-bottom.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 11 May 2008 20:30:26 +0000 |
parents | 996b1c4635fd |
children | c8e2322a0865 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)