]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-search): Don't bind `inhibit-point-motion-hooks`
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 7 Oct 2022 18:07:17 +0000 (14:07 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 7 Oct 2022 18:07:17 +0000 (14:07 -0400)
commite3824f0a3189d0902d64a70ae9c82ff1240aed5f
treea840119492c44bd8ab054152d160d3ae5e4b4288
parentc61010567f418e38dad2fcdc4e102c0561ce23c3
* lisp/isearch.el (isearch-search): Don't bind `inhibit-point-motion-hooks`

The let-binding was added back in 1997 (commit 79c7a4fa5f974a9d3b)
"because we might have to search inside invisible and intangible text".
So it's been redundant since Emacs-25 changed the default to t.
lisp/isearch.el