projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67229b
)
(mime-save-background-color): Fixed.
author
morioka
<morioka>
Sat, 13 Jun 1998 17:36:47 +0000
(17:36 +0000)
committer
morioka
<morioka>
Sat, 13 Jun 1998 17:36:47 +0000
(17:36 +0000)
mime-w3.el
patch
|
blob
|
history
diff --git
a/mime-w3.el
b/mime-w3.el
index
f17ac45
..
2c0655b
100644
(file)
--- a/
mime-w3.el
+++ b/
mime-w3.el
@@
-40,8
+40,7
@@
`(let ((color (color-name (face-background 'default))))
(prog1
(progn ,@body)
- (font-set-face-background 'default color
- (get-buffer gnus-article-buffer))
+ (font-set-face-background 'default color (current-buffer))
))
(cons 'progn body)))