From: ShengHuo ZHU Date: Tue, 31 Oct 2000 04:07:40 +0000 (+0000) Subject: 2000-10-31 00:04:35 ShengHuo ZHU X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=41329007539f421126f68a013c14566e9ab0454c;p=gnus 2000-10-31 00:04:35 ShengHuo ZHU * mml2015.el: Fix doc. Remove bogus mml2015-setup. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d46836bc..b6d821d93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-31 00:04:35 ShengHuo ZHU + + * mml2015.el: Fix doc. Remove bogus mml2015-setup. + 2000-10-30 23:37:07 ShengHuo ZHU * qp.el (quoted-printable-encode-region): Replace leading - when diff --git a/lisp/mml2015.el b/lisp/mml2015.el index 4153f5ea1..e9301ff1e 100644 --- a/lisp/mml2015.el +++ b/lisp/mml2015.el @@ -23,16 +23,6 @@ ;;; 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)) @@ -163,10 +153,6 @@ (defun mml2015-sign (cont) (funcall mml2015-sign-function cont)) -;;;###autoload -(defun mml2015-setup () - ) - (provide 'mml2015) ;;; mml2015.el ends here