This commit was generated by cvs2svn to compensate for changes in r6565,
[elisp/gnus.git-] / README
diff --git a/README b/README
index bb5c232..11f90cb 100644 (file)
--- a/README
+++ b/README
@@ -20,6 +20,7 @@ Then you have to tell Emacs where Gnus is. You might put something
 like
 
    (setq load-path (cons (expand-file-name "~/gnus-5.6.53/lisp") load-path))
+   (require 'gnus-load)
 
 in your .emacs file, or wherever you keep such things.