]> git.eshelyaron.com Git - emacs.git/commit
'minor-mode-menu-from-indicator' now display full minor mode.
authorPierre Téchoueyres <pierre.techoueyres@free.fr>
Wed, 10 Oct 2018 18:08:05 +0000 (20:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2018 08:58:57 +0000 (10:58 +0200)
commit4eb0e4266f7df67439996ff420a13eb7ba2e137a
treed9955279b2b1f1f493c2f8f6655ff120beca6418
parent9aa6861b00645e8365c3249087cc22a42e8fc82b
'minor-mode-menu-from-indicator' now display full minor mode.

When there is no menu for a mode, display the mode name after the
indicator instead of just the indicator (which is sometime cryptic).
Ex:
before : SP
now    : SP - Smartparens Mode

* etc/NEWS: Add en entry for this new feature.
* lisp/mouse.el (minor-mode-menu-from-indicator): Append the mode name
  after the indicator when there is no menu defined by the mode.
etc/NEWS
lisp/mouse.el