X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=a5474158929857710129ed6b6b455c568a5fdc0e;hp=0144b612668261b1e9641cef0eb0cac3ba7a84fc;hb=6b823b6fba4b2802f9d72f62ff4f6e44809d5449;hpb=018ca890a3e6ca1cb1068fd789674e475c4a285f diff --git a/notmuch.el b/notmuch.el index 0144b612..a5474158 100644 --- a/notmuch.el +++ b/notmuch.el @@ -553,7 +553,7 @@ which this thread was originally shown." (let ((beg (point-marker))) (end-of-line) ; Inverse video for subject - (overlay-put (make-overlay beg (point)) 'face '((cons :inverse-video t))) + (overlay-put (make-overlay beg (point)) 'face '(:inverse-video t)) (forward-line 2) (let ((beg-hidden (point-marker))) (re-search-forward notmuch-show-header-end-regexp)