aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen1996-08-28 00:04:03 +0000
committerLars Magne Ingebrigtsen1996-08-28 00:04:03 +0000
commit68f44e92d17edddc27645e07c9acfff7b062bbb7 (patch)
tree54be078df580dada0baf64a223bda4af01c9ee60
parent642027970bc1f575b67bddef3008ff8598f2dc5a (diff)
downloademacs-68f44e92d17edddc27645e07c9acfff7b062bbb7.tar.gz
emacs-68f44e92d17edddc27645e07c9acfff7b062bbb7.zip
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.
-rw-r--r--lisp/gnus.el1
1 files changed, 1 insertions, 0 deletions
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."
14248 (goto-char (point-min)) 14248 (goto-char (point-min))
14249 (or (search-forward "\n\n" nil t) (point-max))) 14249 (or (search-forward "\n\n" nil t) (point-max)))
14250 14250
14251 (goto-char (point-min))
14251 (while (re-search-forward 14252 (while (re-search-forward
14252 "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t) 14253 "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
14253 (setq string (match-string 1)) 14254 (setq string (match-string 1))