Remove org-autoload.
commitbf012136bd8a89cc297ebaecfc70e2e3eba7ac8e
authorBastien Guerry <bzg@altern.org>
Fri, 15 Nov 2013 05:53:59 +0000 (15 06:53 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 15 Nov 2013 05:55:28 +0000 (15 06:55 +0100)
tree3ace7f7ffde7c189fab88b439590ebc29331a813
parent22a061f575f9a58c2e0f7f72de3fa52679ddd61f
Remove org-autoload.

* org-macs.el (org-autoload): Delete.

* org-docview.el ("docview"): Fix declarations and require
doc-view directly.

* org-id.el (org-id-copy)
(org-id-get-with-outline-path-completion)
(org-id-get-with-outline-drilling, org-id-new):
* org-colview.el:
(org-colview-initial-truncate-line-value)
(org-columns-open-link, org-string-to-number):
* org-clock.el:
(org-clock-put-overlay, org-count-quarter, org-clock-loaded):
* org-archive.el (org-get-local-archive-location):
* org-agenda.el (org-agenda-todo-custom-ignore-p):
Autoload.

Those functions were autoloaded from within calls to `org-autoload'
in org.el, we now autoload them from where they live.
contrib/lisp/org-colview-xemacs.el
lisp/org-agenda.el
lisp/org-archive.el
lisp/org-clock.el
lisp/org-colview.el
lisp/org-docview.el
lisp/org-id.el
lisp/org-macs.el
lisp/org-table.el
lisp/org.el