소스 검색

oc-bibtex: Pacify byte-compiler

Nicolas Goaziou 3 년 전
부모
커밋
6717826d5a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lisp/oc-bibtex.el

+ 3 - 0
lisp/oc-bibtex.el

@@ -35,6 +35,9 @@
 ;; Bibliography should consist of ".bib" files only.
 
 ;;; Code:
+(require 'oc)
+
+(declare-function org-element-property "org-element" (property element))
 
 (declare-function org-export-data "org-export" (data info))