On Sat, Mar 23 2013, Damien Cassou <damien.cassou@gmail.com> wrote: > Signed-off-by: Damien Cassou <damien.cassou@gmail.com> > --- The function notmuch-combine-face-text-property-string is used only once in next patch. Do you anticipate more uses of it in the future? Tomi > emacs/notmuch-lib.el | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el > index e6edb9a..78c578f 100644 > --- a/emacs/notmuch-lib.el > +++ b/emacs/notmuch-lib.el > @@ -357,6 +357,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 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch