summaryrefslogtreecommitdiff
path: root/lisp/gnus.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-07 01:03:41 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-07 01:03:41 +0000
commit70fcd1c25dbdc65305fe74b009debcddf614f6ea (patch)
tree81c559cc26e1ddc345bc46c6fb237617b4abecd3 /lisp/gnus.el
parent7fd1911a25beb04d512aa77e9b335e817fbb9bf2 (diff)
downloademacs-70fcd1c25dbdc65305fe74b009debcddf614f6ea.tar.gz
Require timezone when loading this file.
Move the provide call to the end.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index b564374f993..4a164d53855 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -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."
))))
+(provide 'gnus)
+
;;Local variables:
;;eval: (put 'gnus-eval-in-buffer-window 'lisp-indent-hook 1)
;;end: