changeset 15945:66d74ded252a

1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min before starting to decode.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 28 Aug 1996 00:04:03 +0000
parents b16cec756a7b
children 966efa980335
files lisp/gnus.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus.el	Tue Aug 27 17:45:29 1996 +0000
+++ b/lisp/gnus.el	Wed Aug 28 00:04:03 1996 +0000
@@ -14248,6 +14248,7 @@
        (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))