mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue