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:
parent
642027970b
commit
68f44e92d1
@ -14248,6 +14248,7 @@ always hide."
|
|||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(or (search-forward "\n\n" nil t) (point-max)))
|
(or (search-forward "\n\n" nil t) (point-max)))
|
||||||
|
|
||||||
|
(goto-char (point-min))
|
||||||
(while (re-search-forward
|
(while (re-search-forward
|
||||||
"=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
|
"=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
|
||||||
(setq string (match-string 1))
|
(setq string (match-string 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user