Fix bug with agend autoloads.

This commit is contained in:
Carsten Dominik 2008-09-22 06:03:36 +02:00
parent 0f0580a8b2
commit 575c5523b1
1 changed files with 2 additions and 2 deletions

View File

@ -2475,10 +2475,10 @@ If TABLE-TYPE is non-nil, also check for table.el-type tables."
org-table-clean-before-export
org-export-icalendar-combine-agenda-files org-export-as-xoxo)))
;; Declare and autoload functions from org-exp.el
;; Declare and autoload functions from org-agenda.el
(eval-and-compile
(org-autoload "org-exp"
(org-autoload "org-agenda"
'(org-agenda org-agenda-list org-search-view
org-todo-list org-tags-view org-agenda-list-stuck-projects
org-diary org-agenda-to-appt)))