* nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 10 May 2002 04:51:27 +0000 (04:51 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 10 May 2002 04:51:27 +0000 (04:51 +0000)
lisp/ChangeLog
lisp/nndoc.el

index 94b9ef7..ee1e5e4 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
+
 2002-05-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Florian Weimer <fw@deneb.enyo.de>.
        
index 51d83ef..101bb40 100644 (file)
@@ -579,7 +579,7 @@ from the document.")
               (cons 'body-begin "^ ?\n")
               (cons 'article-begin b-delimiter)
               (cons 'body-end-function 'nndoc-digest-body-end)
-              (cons 'file-end (concat "\n--" boundary-id "--[ \t]*$"))))
+              (cons 'file-end (concat "^--" boundary-id "--[ \t]*$"))))
       t)))
 
 (defun nndoc-standard-digest-type-p ()