Browse Source

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 năm trước cách đây
mục cha
commit
c656052326
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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