Преглед на файлове

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.
Achim Gratz преди 13 години
родител
ревизия
c656052326
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      UTILITIES/org-fixup.el

+ 2 - 2
UTILITIES/org-fixup.el

@@ -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