|
@@ -14774,7 +14774,8 @@ With prefix arg UNCOMPILED, load the uncompiled versions."
|
|
(file-exists-p (concat f ".elc")))
|
|
(file-exists-p (concat f ".elc")))
|
|
(load (concat f ".elc") nil nil t)
|
|
(load (concat f ".elc") nil nil t)
|
|
(load (concat f ".el") nil nil t))))
|
|
(load (concat f ".el") nil nil t))))
|
|
- files)))
|
|
|
|
|
|
+ files))
|
|
|
|
+ (org-version))
|
|
|
|
|
|
;;;###autoload
|
|
;;;###autoload
|
|
(defun org-customize ()
|
|
(defun org-customize ()
|