diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/org/org-gnus.el | 6 |
2 files changed, 4 insertions, 5 deletions
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 <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. 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) |
