# HG changeset patch # User Lars Magne Ingebrigtsen # Date 841190643 0 # Node ID 66d74ded252a9fd476a2bf9d3068b83edc83e973 # Parent b16cec756a7b21bf5bf283a2ba7492a1faafaa3b 1996-08-27 Lars Magne Ingebrigtsen * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min before starting to decode. diff -r b16cec756a7b -r 66d74ded252a lisp/gnus.el --- 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))