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.
This commit is contained in:
parent
b755d988b4
commit
16e5e8e4ea
1 changed files with 0 additions and 1 deletions
|
@ -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 cursor-sensor-inhibit (delq 'isearch cursor-sensor-inhibit))))
|
||||||
(setq isearch--current-buffer (current-buffer))
|
(setq isearch--current-buffer (current-buffer))
|
||||||
(make-local-variable 'cursor-sensor-inhibit)
|
(make-local-variable 'cursor-sensor-inhibit)
|
||||||
(setq cursor-sensor-inhibit nil)
|
|
||||||
;; Suspend things like cursor-intangible during Isearch so we can search
|
;; Suspend things like cursor-intangible during Isearch so we can search
|
||||||
;; even within intangible text.
|
;; even within intangible text.
|
||||||
(push 'isearch cursor-sensor-inhibit))
|
(push 'isearch cursor-sensor-inhibit))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue