mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-15 04:11:53 -08:00
Require timezone when loading this file.
Move the provide call to the end.
This commit is contained in:
parent
7fd1911a25
commit
70fcd1c25d
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue