From: Katsumi Yamaoka Date: Tue, 22 Oct 2013 13:55:12 +0000 (+0000) Subject: nndoc.el (nndoc-dissect-mime-parts-sub): Fix last change X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=9ff43b22e07294fa5393fdea5c1e90a86edbe717;hp=0a63db68d21591915aa899eabbadb2320edbdb65 nndoc.el (nndoc-dissect-mime-parts-sub): Fix last change --- diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 00d9f4d4d..9c28cb128 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -1011,7 +1011,7 @@ PARENT is the message-ID of the parent summary line, or nil for none." (when (re-search-forward "^Content-Type:\\([^;]*\\);" nil t) (setq len (- (match-end 1) (match-beginning 1) - (length content-type)) + (length content-type) 1) head-end (- head-end len) body-begin (- body-begin len) body-end (- body-end len))