aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 17b5ef14cb6..218c18a666e 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."
972 (setq cursor-sensor-inhibit (delq 'isearch cursor-sensor-inhibit)))) 972 (setq cursor-sensor-inhibit (delq 'isearch cursor-sensor-inhibit))))
973 (setq isearch--current-buffer (current-buffer)) 973 (setq isearch--current-buffer (current-buffer))
974 (make-local-variable 'cursor-sensor-inhibit) 974 (make-local-variable 'cursor-sensor-inhibit)
975 (setq cursor-sensor-inhibit nil)
976 ;; Suspend things like cursor-intangible during Isearch so we can search 975 ;; Suspend things like cursor-intangible during Isearch so we can search
977 ;; even within intangible text. 976 ;; even within intangible text.
978 (push 'isearch cursor-sensor-inhibit)) 977 (push 'isearch cursor-sensor-inhibit))