]> git.eshelyaron.com Git - emacs.git/commitdiff
Require timezone when loading this file.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Aug 1994 01:03:41 +0000 (01:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Aug 1994 01:03:41 +0000 (01:03 +0000)
Move the provide call to the end.

lisp/gnus.el

index b564374f993bab498429caff16352f15d1978bcf..4a164d5385525050fb26f2de686bc2c3f0ad44f3 100644 (file)
@@ -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 @@ Various hooks for customization:
   "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 @@ otherwise, if FILE2 does not exist, the answer is t."
              ))))
 
 \f
+(provide 'gnus)
+
 ;;Local variables:
 ;;eval: (put 'gnus-eval-in-buffer-window 'lisp-indent-hook 1)
 ;;end: