From: Carsten Dominik Date: Thu, 3 Sep 2009 07:18:54 +0000 (+0000) Subject: 2009-09-03 Carsten Dominik X-Git-Tag: emacs-pretest-23.1.90~1498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40ba71a5b6edbc9ce4e9a63e2253de02f2486be0;p=emacs.git 2009-09-03 Carsten Dominik * org-gnus.el: Remove unnecessary declare-function forms. (gnus-sum): Always require gnus-sum. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 82937540e3d..5b3c2f31cc0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,5 +1,8 @@ 2009-09-03 Carsten Dominik + * 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. diff --git a/lisp/org/org-gnus.el b/lisp/org/org-gnus.el index 5c5bc6c07d4..428aa8b9411 100644 --- a/lisp/org/org-gnus.el +++ b/lisp/org/org-gnus.el @@ -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)