]> git.eshelyaron.com Git - emacs.git/commitdiff
1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 28 Aug 1996 00:04:03 +0000 (00:04 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 28 Aug 1996 00:04:03 +0000 (00:04 +0000)
* gnus.el (gnus-decode-rfc1522): Didn't put point at point-min
before starting to decode.

lisp/gnus.el

index 7a104bd14b7fef89774db6a7b2b2c9da937c2a34..ef3df2ffd1eaa8099cf10a0775b26b9adbd98161 100644 (file)
@@ -14248,6 +14248,7 @@ always hide."
        (goto-char (point-min))
        (or (search-forward "\n\n" nil t) (point-max)))
 
+      (goto-char (point-min))
       (while (re-search-forward 
              "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
        (setq string (match-string 1))