aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>1996-08-28 00:04:03 +0000
committerLars Magne Ingebrigtsen <[email protected]>1996-08-28 00:04:03 +0000
commit68f44e92d17edddc27645e07c9acfff7b062bbb7 (patch)
tree54be078df580dada0baf64a223bda4af01c9ee60 /lisp/gnus.el
parent642027970bc1f575b67bddef3008ff8598f2dc5a (diff)
1996-08-27 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el (gnus-decode-rfc1522): Didn't put point at point-min before starting to decode.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 7a104bd14b..ef3df2ffd1 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))