aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/nndoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el
index 00d9f4d4dd0..9c28cb12807 100644
--- a/lisp/gnus/nndoc.el
+++ b/lisp/gnus/nndoc.el
@@ -1011,7 +1011,7 @@ PARENT is the message-ID of the parent summary line, or nil for none."
1011 (when (re-search-forward "^Content-Type:\\([^;]*\\);" 1011 (when (re-search-forward "^Content-Type:\\([^;]*\\);"
1012 nil t) 1012 nil t)
1013 (setq len (- (match-end 1) (match-beginning 1) 1013 (setq len (- (match-end 1) (match-beginning 1)
1014 (length content-type)) 1014 (length content-type) 1)
1015 head-end (- head-end len) 1015 head-end (- head-end len)
1016 body-begin (- body-begin len) 1016 body-begin (- body-begin len)
1017 body-end (- body-end len)) 1017 body-end (- body-end len))