summaryrefslogtreecommitdiff
path: root/lisp/=nntp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/=nntp.el')
-rw-r--r--lisp/=nntp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/=nntp.el b/lisp/=nntp.el
index 6bb7a741076..dd33902be77 100644
--- a/lisp/=nntp.el
+++ b/lisp/=nntp.el
@@ -42,8 +42,6 @@
;; system, please send me the diffs. I'll include some of them in the
;; future releases.
-(provide 'nntp)
-
(defvar nntp-server-hook nil
"*Hooks for the NNTP server.
If the kanji code of the NNTP server is different from the local kanji
@@ -665,3 +663,6 @@ defining this function as macro."
(signal (car errorcode) (cdr errorcode))))
))
))
+
+(provide 'nntp)
+