]> git.eshelyaron.com Git - emacs.git/commitdiff
Add ':extend t' to mm-uu-extract face
authorTassilo Horn <tsdh@gnu.org>
Wed, 5 Feb 2020 17:07:09 +0000 (18:07 +0100)
committerTassilo Horn <tsdh@gnu.org>
Wed, 5 Feb 2020 17:09:09 +0000 (18:09 +0100)
* lisp/gnus/mm-uu.el (mm-uu-extract): Add ':extend t' to mm-uu-extract
face.

lisp/gnus/mm-uu.el

index e6fdc93da2459ce79941c3d4785c1c0f185480e7..61bf0a78c0e5aad3f4eb009efe97889c13e6f0aa 100644 (file)
@@ -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."