diff options
| author | Carsten Dominik <dominik@science.uva.nl> | 2009-09-03 07:18:54 +0000 |
|---|---|---|
| committer | Carsten Dominik <dominik@science.uva.nl> | 2009-09-03 07:18:54 +0000 |
| commit | 40ba71a5b6edbc9ce4e9a63e2253de02f2486be0 (patch) | |
| tree | 24e7aef31d26560cb49643db6f3358c95901ebab /lisp/org | |
| parent | 94db53278fe0c15d48ab00ae28f13645986c0bc7 (diff) | |
| download | emacs-40ba71a5b6edbc9ce4e9a63e2253de02f2486be0.tar.gz | |
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
* org-gnus.el: Remove unnecessary declare-function forms.
(gnus-sum): Always require gnus-sum.
Diffstat (limited to 'lisp/org')
| -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) |
