use load instead of require in org-fixup.el

* UTILITIES/org-fixup.el: Use load instead of require so that the
  current definitions are used regardless of any previous provision of
  the requested feature.
This commit is contained in:
Achim Gratz 2012-05-24 20:16:35 +02:00 committed by Bastien Guerry
parent d4b3c199f3
commit c656052326
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
;;
;;; Commentary:
(require 'org-compat)
(require 'autoload)
(load "autoload" nil 'nomessage)
(load "org-compat.el" nil 'nomessage 'nosuffix)
(defun org-make-org-version (org-release org-git-version odt-dir)
(with-temp-buffer