mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 14:32:12 -07:00
Add ':extend t' to mm-uu-extract face
* lisp/gnus/mm-uu.el (mm-uu-extract): Add ':extend t' to mm-uu-extract face.
This commit is contained in:
parent
feb681dc36
commit
0609dd481a
1 changed files with 8 additions and 4 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue