]> code.delx.au - gnu-emacs/blobdiff - lisp/mhspool.el
*** empty log message ***
[gnu-emacs] / lisp / mhspool.el
index 4801579ecf75aa07a89b218a37f4d30dba7bfcf9..f9ad802ec56290517407faf24990e2f4ff99387f 100644 (file)
@@ -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)