From: Richard M. Stallman Date: Mon, 10 Jan 1994 22:27:52 +0000 (+0000) Subject: (isearch-mode): If not slow, clear isearch-window-configuration. X-Git-Tag: emacs-19.34~10297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=292a8dff00ddd15a718df631ba413e5745d03798;p=emacs.git (isearch-mode): If not slow, clear isearch-window-configuration. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index c157f51ecd2..8044ca0dcfe 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte -;; |$Date: 1993/12/25 00:50:10 $|$Revision: 1.58 $ +;; |$Date: 1994/01/02 17:43:16 $|$Revision: 1.59 $ ;; This file is part of GNU Emacs. @@ -503,8 +503,8 @@ is treated as a regexp. See \\[isearch-forward] for more info." isearch-old-local-map (current-local-map) search-ring-yank-pointer nil regexp-search-ring-yank-pointer nil) - (if isearch-slow-terminal-mode - (setq isearch-window-configuration (current-window-configuration))) + (setq isearch-window-configuration + (if isearch-slow-terminal-mode (current-window-configuration) nil)) ;; This was for Lucid Emacs. But now that we have pre-command-hook, ;; it causes trouble.