From d0212359ef908bddecbd9c88b44cca362a24497a Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 25 Apr 2005 09:20:41 +0000 Subject: [PATCH] (gnus-display-mime): Remove unused non-global variable `date'. --- lisp/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 0a8197916..2f38c7658 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -4677,7 +4677,7 @@ N is the numerical prefix." (set-window-point window point))) (let ((handles ihandles) (inhibit-read-only t) - handle date) + handle) (cond (handles) ((setq handles (mm-dissect-buffer nil gnus-article-loose-mime)) (when gnus-article-emulate-mime -- 2.25.1