summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2016-05-01 11:03:59 +0800
committerLeo Liu <sdl.web@gmail.com>2016-05-01 11:03:59 +0800
commit16e5e8e4ea4ad46157fcdeafb16f245124fba375 (patch)
tree87513e6453263f0b73437c61648b40724d9982da
parentb755d988b498b19bd9a70a5dd8c6597ceb14a372 (diff)
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.
-rw-r--r--lisp/isearch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 17b5ef14cb..218c18a666 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))