Harry Putnam says (require 'rfc2015) in ~/.gnus is not enough, must add
authorKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 11 Sep 2000 21:30:32 +0000 (21:30 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 11 Sep 2000 21:30:32 +0000 (21:30 +0000)
to gnus-startup-hook instead.  Thanks, Harry.

contrib/rfc2015.el

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