From: morioka Date: Sat, 13 Jun 1998 17:36:47 +0000 (+0000) Subject: (mime-save-background-color): Fixed. X-Git-Tag: semi-1_6_0~13 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=62bdfe2c48b5802f91a2599db817d581ecd35390 (mime-save-background-color): Fixed. --- diff --git a/mime-w3.el b/mime-w3.el index f17ac45..2c0655b 100644 --- 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)))