[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

Damien Cassou damien.cassou at gmail.com
Wed Feb 6 06:53:54 PST 2013


Signed-off-by: Damien Cassou <damien.cassou at gmail.com>
---
 emacs/notmuch-lib.el |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
index 307133b..7e83371 100644
--- a/emacs/notmuch-lib.el
+++ b/emacs/notmuch-lib.el
@@ -342,6 +342,14 @@ OBJECT."
 	(setq pos next))))
   object)
 
+(defun notmuch-combine-face-text-property-string (string face &optional below)
+  (notmuch-combine-face-text-property
+   0
+   (length string)
+   face
+   below
+   string))
+
 (defun notmuch-logged-error (msg &optional extra)
   "Log MSG and EXTRA to *Notmuch errors* and signal MSG.
 
-- 
1.7.10.4



More information about the notmuch mailing list