aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-07 01:03:41 +0000
committerRichard M. Stallman1994-08-07 01:03:41 +0000
commit70fcd1c25dbdc65305fe74b009debcddf614f6ea (patch)
tree81c559cc26e1ddc345bc46c6fb237617b4abecd3 /lisp
parent7fd1911a25beb04d512aa77e9b335e817fbb9bf2 (diff)
downloademacs-70fcd1c25dbdc65305fe74b009debcddf614f6ea.tar.gz
emacs-70fcd1c25dbdc65305fe74b009debcddf614f6ea.zip
Require timezone when loading this file.
Move the provide call to the end.
Diffstat (limited to 'lisp')
-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 @@
92 92
93;;; Code: 93;;; Code:
94 94
95(provide 'gnus)
96(require 'nntp) 95(require 'nntp)
97(require 'mail-utils) 96(require 'mail-utils)
97(require 'timezone)
98 98
99(defvar gnus-default-nntp-server nil 99(defvar gnus-default-nntp-server nil
100 "*Specify default NNTP server. 100 "*Specify default NNTP server.
@@ -1244,7 +1244,6 @@ Various hooks for customization:
1244 "Read network news. 1244 "Read network news.
1245If optional argument CONFIRM is non-nil, ask NNTP server." 1245If optional argument CONFIRM is non-nil, ask NNTP server."
1246 (interactive "P") 1246 (interactive "P")
1247 (require 'timezone)
1248 (unwind-protect 1247 (unwind-protect
1249 (progn 1248 (progn
1250 (switch-to-buffer (get-buffer-create gnus-group-buffer)) 1249 (switch-to-buffer (get-buffer-create gnus-group-buffer))
@@ -7172,6 +7171,8 @@ otherwise, if FILE2 does not exist, the answer is t."
7172 )))) 7171 ))))
7173 7172
7174 7173
7174(provide 'gnus)
7175
7175;;Local variables: 7176;;Local variables:
7176;;eval: (put 'gnus-eval-in-buffer-window 'lisp-indent-hook 1) 7177;;eval: (put 'gnus-eval-in-buffer-window 'lisp-indent-hook 1)
7177;;end: 7178;;end: