summaryrefslogtreecommitdiff
path: root/lisp/=mhspool.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/=mhspool.el')
-rw-r--r--lisp/=mhspool.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/=mhspool.el b/lisp/=mhspool.el
index 4801579ecf7..f9ad802ec56 100644
--- a/lisp/=mhspool.el
+++ b/lisp/=mhspool.el
@@ -20,7 +20,6 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-(provide 'mhspool)
(require 'nntp)
;; This package enables you to read mail or articles in MH folders, or
@@ -402,3 +401,5 @@ If the stream is opened, return T, otherwise return NIL."
(setq idx (1+ idx)))
string
))
+
+(provide 'mhspool)