Преглед изворни кода

Use compatibility function for XEmacs.

* lisp/org-exp-block.el: Use `org-find-library-name' instead of `find-library-name'.
Bastien Guerry пре 13 година
родитељ
комит
bf5b4012e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-exp-blocks.el

+ 1 - 1
lisp/org-exp-blocks.el

@@ -234,7 +234,7 @@ which defaults to the value of `org-export-blocks-witheld'."
 			      (file-name-as-directory
 			       (expand-file-name
 				"../contrib"
-				(file-name-directory (find-library-name "org")))))))
+				(file-name-directory (org-find-library-name "org")))))))
   "Path to the ditaa jar executable."
   :group 'org-babel
   :type 'string)