diff options
author | Juri Linkov <juri@jurta.org> | 2008-05-11 20:30:26 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-05-11 20:30:26 +0000 |
commit | 21d9ed8b07440a37f19d0d9856070c2b18411ebd (patch) | |
tree | 5365c81f13b69578f7da4af953910da87ec7109c /lisp/isearch.el | |
parent | 0f9364842866ea458c18d8c3904f6675bf22781e (diff) | |
download | emacs-21d9ed8b07440a37f19d0d9856070c2b18411ebd.tar.gz emacs-21d9ed8b07440a37f19d0d9856070c2b18411ebd.tar.bz2 emacs-21d9ed8b07440a37f19d0d9856070c2b18411ebd.zip |
Put isearch-scroll property on recenter-top-bottom.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |