소스 검색

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)