org.el ("org-loaddefs.el"): use `load', not `org-load-noerror-mustsuffix'
commitdb7ece9fa2e27944d9482961af9bfd9d08bb3b51
authorBastien Guerry <bzg@altern.org>
Fri, 11 Jan 2013 11:31:40 +0000 (11 12:31 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 11 Jan 2013 11:31:40 +0000 (11 12:31 +0100)
tree9cc9b52db11405031f9edd8fa291b5488d3a8336
parentf94d81a17e2c947a474e0f3b274c46afc3aa99a9
org.el ("org-loaddefs.el"): use `load', not `org-load-noerror-mustsuffix'

* org.el ("org-loaddefs.el"): Load org-loaddefs.el before
requiring any org library.  Also use `load', not
`org-load-noerror-mustsuffix'.
(org-effort-durations): Move up to fix a compiler warning.

This patch should reduce complexity without breaking compatibility
with XEmacs.  Before this patch, users with a wrong load path would
require org-compat.el from this wrong load path, and loading
org-loaddefs.el would not work.
lisp/org.el