emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v [EMACS_22_BASE]
Date: Sun, 15 Jul 2007 17:56:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/07/15 17:56:16

Index: isearch.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.297.2.2
retrieving revision 1.297.2.3
diff -u -b -r1.297.2.2 -r1.297.2.3
--- isearch.el  12 Jul 2007 10:40:21 -0000      1.297.2.2
+++ isearch.el  15 Jul 2007 17:56:16 -0000      1.297.2.3
@@ -674,8 +674,6 @@
       (make-local-variable 'input-method-function))
   (setq input-method-function nil)
 
-  (setq cursor-in-echo-area t)
-
   (looking-at "")
   (setq isearch-window-configuration
        (if isearch-slow-terminal-mode (current-window-configuration) nil))
@@ -800,8 +798,6 @@
       (setq input-method-function isearch-input-method-function)
     (kill-local-variable 'input-method-function))
 
-  (setq cursor-in-echo-area nil)
-
   (force-mode-line-update)
 
   ;; If we ended in the middle of some intangible text,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]