emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 16e5e8e: Fix last change to isearch-update (bug#2


From: Leo Liu
Subject: [Emacs-diffs] emacs-25 16e5e8e: Fix last change to isearch-update (bug#23406)
Date: Sun, 01 May 2016 03:05:33 +0000

branch: emacs-25
commit 16e5e8e4ea4ad46157fcdeafb16f245124fba375
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Fix last change to isearch-update (bug#23406)
    
    * lisp/isearch.el (isearch-update): Remove (setq cursor-sensor-inhibit
      nil) ie remove the original (unless (boundp 'cursor-sensor-inhibit)
      ...) form.
---
 lisp/isearch.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 17b5ef1..218c18a 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -972,7 +972,6 @@ The last thing is to trigger a new round of lazy 
highlighting."
         (setq cursor-sensor-inhibit (delq 'isearch cursor-sensor-inhibit))))
     (setq isearch--current-buffer (current-buffer))
     (make-local-variable 'cursor-sensor-inhibit)
-    (setq cursor-sensor-inhibit nil)
     ;; Suspend things like cursor-intangible during Isearch so we can search
     ;; even within intangible text.
     (push 'isearch cursor-sensor-inhibit))



reply via email to

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