* lisp/isearch.el (isearch-update): Remove (setq cursor-sensor-inhibit
nil) ie remove the original (unless (boundp 'cursor-sensor-inhibit)
...) form.
(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))