mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
emacs: Add notmuch-combine-face-text-property-string
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
This commit is contained in:
parent
9cf89a3c04
commit
4ea80dd2a1
1 changed files with 8 additions and 0 deletions
|
@ -355,6 +355,14 @@ OBJECT."
|
||||||
(setq pos next))))
|
(setq pos next))))
|
||||||
object)
|
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)
|
(defun notmuch-logged-error (msg &optional extra)
|
||||||
"Log MSG and EXTRA to *Notmuch errors* and signal MSG.
|
"Log MSG and EXTRA to *Notmuch errors* and signal MSG.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue