projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ae740
)
;; Commit by Arisawa-san by way of yamaoka.
author
yamaoka
<yamaoka>
Mon, 1 Feb 1999 06:40:09 +0000
(06:40 +0000)
committer
yamaoka
<yamaoka>
Mon, 1 Feb 1999 06:40:09 +0000
(06:40 +0000)
* (nndoc-mime-digest-type-p): Add the element of `header-begin' to type-alist
for mime-digest.
lisp/nndoc.el
patch
|
blob
|
history
diff --git
a/lisp/nndoc.el
b/lisp/nndoc.el
index
789bfc5
..
8d3c64a
100644
(file)
--- a/
lisp/nndoc.el
+++ b/
lisp/nndoc.el
@@
-519,6
+519,7
@@
from the document.")
(setq entry (assq 'mime-digest nndoc-type-alist))
(setcdr entry
(list
+ (cons 'head-begin "^ ?\n")
(cons 'head-end "^ ?$")
(cons 'body-begin "^ ?\n")
(cons 'article-begin b-delimiter)