From a034ece0661ca20229e69e134a31fd1501b391e9 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 22 Oct 2013 13:55:27 +0000 Subject: [PATCH] lisp/gnus/nndoc.el (nndoc-dissect-mime-parts-sub): Fix last change --- lisp/gnus/nndoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2