From 7f55d3b75557176a2bcc948795af13d3e78a18a1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 16 Mar 2005 07:33:26 +0000 Subject: [PATCH] Put `isearch-scroll' property to `split-window-horizontally'. --- lisp/isearch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index 66bf0dc5c20..68247b96980 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1553,6 +1553,7 @@ Scroll-bar or mode-line events are processed appropriately." (put 'delete-other-windows 'isearch-scroll t) (put 'balance-windows 'isearch-scroll t) (put 'split-window-vertically 'isearch-scroll t) +(put 'split-window-horizontally 'isearch-scroll t) (put 'enlarge-window 'isearch-scroll t) ;; Universal argument commands -- 2.39.2