0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 22:16:27 +00:00

Clean up external dependencies of org-gnus.el

Thanks to Tassilo Horn
This commit is contained in:
Carsten Dominik 2009-09-03 09:11:07 +02:00
parent 146faeeb96
commit 79839719bf

View file

@ -34,8 +34,7 @@
;;; Code:
(require 'org)
(eval-when-compile
(require 'gnus-sum))
(require 'gnus-sum)
;; Customization variables
@ -51,7 +50,6 @@ negates this setting for the duration of the command."
:type 'boolean)
;; Declare external functions and variables
(declare-function gnus-summary-article-header "gnus-sum" (&optional number))
(declare-function message-fetch-field "message" (header &optional not-all))
(declare-function message-narrow-to-head-1 "message" nil)