Просмотр исходного кода

Use compatibility function for XEmacs.

* lisp/org-exp-block.el: Use `org-find-library-name' instead of `find-library-name'.
Bastien Guerry 13 лет назад
Родитель
Сommit
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)