2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:18:54 +0000 (07:18 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:18:54 +0000 (07:18 +0000)
* org-gnus.el: Remove unnecessary declare-function forms.
(gnus-sum): Always require gnus-sum.

lisp/org/ChangeLog
lisp/org/org-gnus.el

index 8293754..5b3c2f3 100644 (file)
@@ -1,5 +1,8 @@
 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
 
+       * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
+       referencing the start of the line.
+
        * org-gnus.el: Remove unnecessary declare-function forms.
        (gnus-sum): Always require gnus-sum.
 
index 5c5bc6c..428aa8b 100644 (file)
@@ -34,8 +34,7 @@
 ;;; Code:
 
 (require 'org)
-(eval-when-compile
-  (require 'gnus-sum))
+(require 'gnus-sum)
 
 ;; Customization variables
 
@@ -51,9 +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)
 
 (defvar gnus-other-frame-object)
 (defvar gnus-group-name)