]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tmm.el (tmm-completion-delete-prompt): Add more checks (bug#63754).
authorJuri Linkov <juri@linkov.net>
Mon, 29 May 2023 17:34:53 +0000 (20:34 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 29 May 2023 17:34:53 +0000 (20:34 +0300)
commit500abc4dc3792d9f5e1bfdbb5e493c8a59889097
tree9d88db5615710b9e2839d653112a0dd7992b9da9
parentafc1f329356da167902d86b610023a32943f6cee
* lisp/tmm.el (tmm-completion-delete-prompt): Add more checks (bug#63754).

In case when 'completions-header-format' is nil, the first 'mouse-face'
property is at the beginning of the buffer.  So first use 'get-text-property'
at point-min.
lisp/tmm.el