From: Tassilo Horn Date: Wed, 5 Feb 2020 17:07:09 +0000 (+0100) Subject: Add ':extend t' to mm-uu-extract face X-Git-Tag: emacs-28.0.90~7908^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0609dd481a3f6d0dfa598666d8068fa7e8c9d2f2;p=emacs.git Add ':extend t' to mm-uu-extract face * lisp/gnus/mm-uu.el (mm-uu-extract): Add ':extend t' to mm-uu-extract face. --- diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index e6fdc93da24..61bf0a78c0e 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -251,19 +251,23 @@ The value should be nil on displays where the face (((type tty) (class color) (background dark)) - (:background "dark blue")) + (:background "dark blue" + :extend t)) (((class color) (background dark)) (:foreground "light yellow" - :background "dark green")) + :background "dark green" + :extend t)) (((type tty) (class color) (background light)) - (:foreground "dark blue")) + (:foreground "dark blue" + :extend t)) (((class color) (background light)) (:foreground "dark green" - :background "light yellow")) + :background "light yellow" + :extend t)) (t ())) "Face for extracted buffers."