]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
Emacs: Fix notmuch-message-summary-face definition
[notmuch] / emacs / notmuch.el
index 193a1255dda2c0ce040f519170d6b9356dcd58e9..83bcee57c675bce1959275315a782c4319c9622a 100644 (file)
@@ -275,10 +275,10 @@ there will be called at other points of notmuch execution."
 (defface notmuch-message-summary-face
   `((((class color) (background light))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     (:background "#f0f0f0"))
+     :background "#f0f0f0")
     (((class color) (background dark))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     (:background "#303030")))
+     :background "#303030"))
   "Face for the single-line message summary in notmuch-show-mode."
   :group 'notmuch-show
   :group 'notmuch-faces)