From 62bdfe2c48b5802f91a2599db817d581ecd35390 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 13 Jun 1998 17:36:47 +0000 Subject: [PATCH] (mime-save-background-color): Fixed. --- mime-w3.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))) -- 1.7.10.4