瀏覽代碼

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))