From: Lars Magne Ingebrigtsen Date: Wed, 28 Aug 1996 00:04:03 +0000 (+0000) Subject: 1996-08-27 Lars Magne Ingebrigtsen X-Git-Tag: emacs-20.1~3999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68f44e92d17edddc27645e07c9acfff7b062bbb7;p=emacs.git 1996-08-27 Lars Magne Ingebrigtsen * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min before starting to decode. --- diff --git a/lisp/gnus.el b/lisp/gnus.el index 7a104bd14b7..ef3df2ffd1e 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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))