aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nntp.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
committerJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/nntp.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
*** empty log message ***
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 6bb7a74107..dd33902be7 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)
+