(article-decode-encoded-words): Fix previous commit.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 4 Sep 2006 05:57:33 +0000 (05:57 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 4 Sep 2006 05:57:33 +0000 (05:57 +0000)
lisp/gnus-art.el

index be3d0b2..f1de3f6 100644 (file)
@@ -2531,6 +2531,7 @@ If PROMPT (the prefix), prompt for a coding system to use."
                   (memq (char-after) '(?\t ? )))))
        (save-restriction
          (narrow-to-region start (point))
+         (goto-char start)
          (if (looking-at "\
 \\(?:Resent-\\)?\\(?:From\\|Cc\\|To\\|Bcc\\|\\(?:In-\\)?Reply-To\\|Sender\
 \\|Mail-Followup-To\\|Mail-Copies-To\\|Approved\\):")