]> git.eshelyaron.com Git - emacs.git/commit
Fix tmm-menubar when 'tmm-completion-prompt' is nil
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 May 2023 17:09:40 +0000 (20:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 May 2023 17:09:40 +0000 (20:09 +0300)
commit5d844e129ad5b42b74c363cde50aedc08a96cf39
tree7adb839cedd1c5e6a2a48a537b614606bf34da50
parent5e7c826bfa5cb7459f5b162b498af1c57c4578e6
Fix tmm-menubar when 'tmm-completion-prompt' is nil

* lisp/tmm.el (tmm-prompt): Handle nil value of 'tmm-mid-prompt'.
(tmm-completion-delete-prompt): Don't rely on the exact text of
the completion heading line, as it is now a customizable format
string, and can be nil, meaning no heading line is inserted at
all.  Instead, search for the first character of the menu based on
text properties used for it.  (Bug#63754)
lisp/tmm.el