]> git.eshelyaron.com Git - emacs.git/commit
Fix mode-line display in Calendar mode
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Dec 2021 14:22:10 +0000 (16:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Dec 2021 14:22:10 +0000 (16:22 +0200)
commit538fc1d0e07aed0e535d9e9f2063f429238df422
tree2c1b1ebe40ff909d76cc2008fa269a049fd7386d
parentc8c7822c51325ed300c0ffb91ce42e1868c6bda4
Fix mode-line display in Calendar mode

* lisp/help.el (substitute-command-keys): New optional argument
NO-FACE, to avoid putting the 'help-key-binding' face on the key
bindings.
* lisp/calendar/calendar.el (calendar-mode-line-entry): Call
'substitute-command-keys' with the new optional argument non-nil.
(Bug#52366)

* doc/lispref/help.texi (Keys in Documentation): Document the new
optional argument of 'substitute-command-keys'.

* etc/NEWS: Announce the addition of a new argument to
'substitute-command-keys'.
doc/lispref/help.texi
etc/NEWS
lisp/calendar/calendar.el
lisp/help.el