2000-10-31 00:04:35 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 31 Oct 2000 04:07:40 +0000 (04:07 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 31 Oct 2000 04:07:40 +0000 (04:07 +0000)
* mml2015.el: Fix doc. Remove bogus mml2015-setup.

lisp/ChangeLog
lisp/mml2015.el

index 0d46836..b6d821d 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el: Fix doc. Remove bogus mml2015-setup.
+
 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * qp.el (quoted-printable-encode-region): Replace leading - when
index 4153f5e..e9301ff 100644 (file)
 
 ;;; Commentary:
 
-;; Installation: put the following statements in ~/.gnus:
-;;    (require 'mml2015)
-;;    (require 'gnus-art)
-;;    (mml2015-setup)
-;; You may have to make sure that the directory where this file lives
-;; is mentioned in `load-path'.
-;; 
-;; Insert an attribute, postprocess=pgp-sign (or pgp-encrypt), into
-;; the mml tag to be signed (or encrypted).
-
 ;;; Code:
 
 (eval-when-compile (require 'cl))
 (defun mml2015-sign (cont)
   (funcall mml2015-sign-function cont))
 
-;;;###autoload
-(defun mml2015-setup ()
-  )
-
 (provide 'mml2015)
 
 ;;; mml2015.el ends here