Mercurial > emacs
changeset 5554:0ac0776c23af
(isearch-mode): If not slow, clear isearch-window-configuration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jan 1994 22:27:52 +0000 |
parents | 22a65d8c0b9a |
children | 38f8bfd91cca |
files | lisp/isearch.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Mon Jan 10 22:24:26 1994 +0000 +++ b/lisp/isearch.el Mon Jan 10 22:27:52 1994 +0000 @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> -;; |$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 @@ 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.