Skip to content

Commit 0609dd4

Browse files
committed
Add ':extend t' to mm-uu-extract face
* lisp/gnus/mm-uu.el (mm-uu-extract): Add ':extend t' to mm-uu-extract face.
1 parent feb681d commit 0609dd4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

lisp/gnus/mm-uu.el

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,19 +251,23 @@ The value should be nil on displays where the face
251251
(((type tty)
252252
(class color)
253253
(background dark))
254-
(:background "dark blue"))
254+
(:background "dark blue"
255+
:extend t))
255256
(((class color)
256257
(background dark))
257258
(:foreground "light yellow"
258-
:background "dark green"))
259+
:background "dark green"
260+
:extend t))
259261
(((type tty)
260262
(class color)
261263
(background light))
262-
(:foreground "dark blue"))
264+
(:foreground "dark blue"
265+
:extend t))
263266
(((class color)
264267
(background light))
265268
(:foreground "dark green"
266-
:background "light yellow"))
269+
:background "light yellow"
270+
:extend t))
267271
(t
268272
()))
269273
"Face for extracted buffers."

0 commit comments

Comments
 (0)