summaryrefslogtreecommitdiff
path: root/lisp/nnspool.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nnspool.el')
-rw-r--r--lisp/nnspool.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/nnspool.el b/lisp/nnspool.el
index 8c5a36ca6ba..0cfa097d2f5 100644
--- a/lisp/nnspool.el
+++ b/lisp/nnspool.el
@@ -20,7 +20,6 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-(provide 'nnspool)
(require 'nntp)
(defvar nnspool-inews-program news-inews-program
@@ -372,3 +371,5 @@ If the stream is opened, return T, otherwise return NIL."
(setq idx (1+ idx)))
string
))
+
+(provide 'nnspool)