summaryrefslogtreecommitdiff
path: root/lisp/=nntp.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commite8151d91bd02af2b60974c2a439450c81bd24974 (patch)
tree52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=nntp.el
parent18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff)
downloademacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz
*** 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 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)
+