From: David Edmondson Date: Thu, 29 Apr 2010 06:52:23 +0000 (+0100) Subject: emacs: Set the `face' property rather than `font-lock-face'. X-Git-Tag: 0.4~139 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=965b3e6a8b0d71ab6af51e58631ccacc8749d23e emacs: Set the `face' property rather than `font-lock-face'. Avoid using face properties reserved for the font-lock package. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index c4f4b295..21c08c12 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -438,7 +438,7 @@ and will also appear in a buffer named \"*Notmuch errors*\"." (let ((end (point))) (delete-region beg end) (insert (propertize (mapconcat 'identity tags " ") - 'font-lock-face 'notmuch-tag-face)))))) + 'face 'notmuch-tag-face)))))) (defun notmuch-search-get-tags () (save-excursion