]> git.eshelyaron.com Git - emacs.git/commit
* lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-point
authorJuri Linkov <juri@linkov.net>
Wed, 1 Dec 2021 17:36:00 +0000 (19:36 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 1 Dec 2021 17:36:00 +0000 (19:36 +0200)
commit8230a47ecc8c11f518ee20a9055c0c27339a6730
treec259792c17fcff7fbe00996705158acf9086d04e
parent740ae2818fa585b52b7e0b29f1612a812959d4d3
* lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-point

* lisp/help.el (help--analyze-key): Use posn-set-point instead of
mouse-set-point that runs the hook mouse-leave-buffer-hook via
mouse-minibuffer-check.  Using posn-set-point also unnecessitates
extra conditions added in bug#51421.

* lisp/isearch.el (isearch-describe-key, isearch-describe-mode):
Add precautions to not call isearch-update when the executed
command exited isearch-mode (bug#51173).
lisp/help.el
lisp/isearch.el