diff options
| author | Juri Linkov | 2008-05-11 20:30:26 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-05-11 20:30:26 +0000 |
| commit | 21d9ed8b07440a37f19d0d9856070c2b18411ebd (patch) | |
| tree | 5365c81f13b69578f7da4af953910da87ec7109c | |
| parent | 0f9364842866ea458c18d8c3904f6675bf22781e (diff) | |
| download | emacs-21d9ed8b07440a37f19d0d9856070c2b18411ebd.tar.gz emacs-21d9ed8b07440a37f19d0d9856070c2b18411ebd.zip | |
Put isearch-scroll property on recenter-top-bottom.
| -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." | |||
| 1653 | 1653 | ||
| 1654 | ;; Commands which scroll the window: | 1654 | ;; Commands which scroll the window: |
| 1655 | (put 'recenter 'isearch-scroll t) | 1655 | (put 'recenter 'isearch-scroll t) |
| 1656 | (put 'recenter-top-bottom 'isearch-scroll t) | ||
| 1656 | (put 'reposition-window 'isearch-scroll t) | 1657 | (put 'reposition-window 'isearch-scroll t) |
| 1657 | (put 'scroll-up 'isearch-scroll t) | 1658 | (put 'scroll-up 'isearch-scroll t) |
| 1658 | (put 'scroll-down 'isearch-scroll t) | 1659 | (put 'scroll-down 'isearch-scroll t) |