mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
emacs: Set the face' property rather than
font-lock-face'.
Avoid using face properties reserved for the font-lock package.
This commit is contained in:
parent
106f9862d1
commit
965b3e6a8b
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ and will also appear in a buffer named \"*Notmuch errors*\"."
|
||||||
(let ((end (point)))
|
(let ((end (point)))
|
||||||
(delete-region beg end)
|
(delete-region beg end)
|
||||||
(insert (propertize (mapconcat 'identity tags " ")
|
(insert (propertize (mapconcat 'identity tags " ")
|
||||||
'font-lock-face 'notmuch-tag-face))))))
|
'face 'notmuch-tag-face))))))
|
||||||
|
|
||||||
(defun notmuch-search-get-tags ()
|
(defun notmuch-search-get-tags ()
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
Loading…
Reference in a new issue