projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106f986
)
emacs: Set the `face' property rather than `font-lock-face'.
author
David Edmondson
<dme@dme.org>
Thu, 29 Apr 2010 06:52:23 +0000
(07:52 +0100)
committer
Carl Worth
<cworth@cworth.org>
Thu, 3 Jun 2010 23:53:36 +0000
(16:53 -0700)
Avoid using face properties reserved for the font-lock package.
emacs/notmuch.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch.el
b/emacs/notmuch.el
index c4f4b295aa8759e1c7527a439a3610e85fb8e1ad..21c08c121ccb980c50733b47daf84240643ad6cd 100644
(file)
--- 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 " ")
- 'f
ont-lock-f
ace 'notmuch-tag-face))))))
+ 'face 'notmuch-tag-face))))))
(defun notmuch-search-get-tags ()
(save-excursion