changeset 8470:999e5521d05a

Require timezone when loading this file. Move the provide call to the end.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Aug 1994 01:03:41 +0000
parents 9e44c96dd99d
children 64c299dd51b8
files lisp/=gnus.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=gnus.el	Sun Aug 07 00:25:52 1994 +0000
+++ b/lisp/=gnus.el	Sun Aug 07 01:03:41 1994 +0000
@@ -92,9 +92,9 @@
 
 ;;; Code:
 
-(provide 'gnus)
 (require 'nntp)
 (require 'mail-utils)
+(require 'timezone)
 
 (defvar gnus-default-nntp-server nil
   "*Specify default NNTP server.
@@ -1244,7 +1244,6 @@
   "Read network news.
 If optional argument CONFIRM is non-nil, ask NNTP server."
   (interactive "P")
-  (require 'timezone)
   (unwind-protect
       (progn
 	(switch-to-buffer (get-buffer-create gnus-group-buffer))
@@ -7172,6 +7171,8 @@
 	      ))))
 
 
+(provide 'gnus)
+
 ;;Local variables:
 ;;eval: (put 'gnus-eval-in-buffer-window 'lisp-indent-hook 1)
 ;;end: