From cc348db165718df34401ac9801a7d8709f8da904 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 20 Oct 2005 03:41:37 +0000 Subject: [PATCH] Synch to No Gnus 200510200341. --- lisp/rfc2047.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/rfc2047.el b/lisp/rfc2047.el index 3822c8a..f5631f4 100644 --- a/lisp/rfc2047.el +++ b/lisp/rfc2047.el @@ -845,7 +845,6 @@ ENCODED-WORD)." (push (cons cs text) rest)) ;; Don't decode encoded-word. (push (cons nil (nth 3 word)) rest))) - (setq words nil) (while rest (setq words (concat (or (and (setq cs (caar rest)) -- 1.7.10.4