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

correct reference to non-existing source file

* contrib/lisp/org-export.el: Correct reference to non-existing source
  file, org-exp-blocks has been removed and the imported function is
  now in ob-exp.
Achim Gratz пре 12 година
родитељ
комит
424a1c5d2f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -79,7 +79,7 @@
 (declare-function org-e-publish-current-file "org-e-publish" (&optional force))
 (declare-function org-e-publish-current-project "org-e-publish"
 		  (&optional force))
-(declare-function org-export-blocks-preprocess "org-exp-blocks")
+(declare-function org-export-blocks-preprocess "ob-exp")
 
 (defvar org-e-publish-project-alist)
 (defvar org-table-number-fraction)