1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

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.
This commit is contained in:
Lars Magne Ingebrigtsen 1996-08-28 00:04:03 +00:00
parent 642027970b
commit 68f44e92d1

View 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))