]> git.eshelyaron.com Git - emacs.git/commit
Improve reliability of minor mode menu dispatch
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 00:21:43 +0000 (08:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 00:21:43 +0000 (08:21 +0800)
commita4087f59558ae29f6dacaa6550eb4326912fe65e
tree7f8c0f66730947cd77cfa6726ec895d1cd0ddb35
parentdec15620d8c79d41808de9a5cbf6ad08f7399212
Improve reliability of minor mode menu dispatch

* lisp/mouse.el (minor-mode-menu-from-indicator): Instead of using the
word at point, search for a matching enabled minor mode from the
beginning of the string object when mode-line-compact is enabled.
lisp/mouse.el