(rfc2047-decode-encoded-words): Fix previous commit.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 20 Oct 2005 03:41:12 +0000 (03:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 20 Oct 2005 03:41:12 +0000 (03:41 +0000)
lisp/rfc2047.el

index b12be82..d9652da 100644 (file)
@@ -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))