I think these installation instructions *really* work. Thanks to
authorKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 12 Sep 2000 13:31:05 +0000 (13:31 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 12 Sep 2000 13:31:05 +0000 (13:31 +0000)
Harry Putnam and Marco Lonsing for suggestions and testing.

contrib/rfc2015.el

index 68305a8..00b51e3 100644 (file)
 
 ;;; Commentary:
 
-;; Installation: put the following statement in ~/.gnus or ~/.emacs:
-;;    (add-hook 'gnus-startup-hook 'rfc2015-setup)
+;; Installation: put the following statements in ~/.gnus:
+;;    (require 'rfc2015)
+;;    (require 'gnus-art)
+;;    (rfc2015-setup)
 ;; You may have to make sure that the directory where this file lives
 ;; is mentioned in `load-path'.
 ;;