changeset 11969:fe63b4e6021a

(isearch-edit-string): Don't bind isearch-other-end.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 04:12:46 +0000
parents 358dfd784432
children a99407606405
files lisp/isearch.el
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Mon May 29 04:05:18 1995 +0000
+++ b/lisp/isearch.el	Mon May 29 04:12:46 1995 +0000
@@ -3,8 +3,7 @@
 ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-
-;; |$Date: 1995/04/25 22:28:40 $|$Revision: 1.90 $
+;; Maintainer: FSF
 
 ;; This file is part of GNU Emacs.
 
@@ -684,7 +683,12 @@
 	    (isearch-yank-flag isearch-yank-flag)
 	    (isearch-invalid-regexp isearch-invalid-regexp)
 	    (isearch-within-brackets isearch-within-brackets)
-	    (isearch-other-end isearch-other-end)
+;;; Don't bind this.  We want isearch-search, below, to set it.
+;;; And the old value won't matter after that.
+;;;	    (isearch-other-end isearch-other-end)
+;;; Perhaps some of these other variables should be bound for a
+;;; shorter period, ending before the next isearch-search.
+;;; But there doesn't seem to be a real bug, so let's not risk it now.
 	    (isearch-opoint isearch-opoint)
 	    (isearch-slow-terminal-mode isearch-slow-terminal-mode)
 	    (isearch-small-window isearch-small-window)