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:
David Edmondson 2010-04-29 07:52:23 +01:00 committed by Carl Worth
parent 106f9862d1
commit 965b3e6a8b

View file

@ -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