[gnus git] branch master updated: m0-7-238-g9ff43b2 =1= nndoc.el (nndoc-dissect-mime-parts-sub): Fix last change
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9ff43b22e07294fa5393fdea5c1e90a86edbe717 (commit)
from 0a63db68d21591915aa899eabbadb2320edbdb65 (commit)
- Log -----------------------------------------------------------------
commit 9ff43b22e07294fa5393fdea5c1e90a86edbe717
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Oct 22 13:55:12 2013 +0000
nndoc.el (nndoc-dissect-mime-parts-sub): Fix last change
diff --git a/lisp/nndoc.el b/lisp/nndoc.el
index 00d9f4d..9c28cb1 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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/nndoc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project