瀏覽代碼

fix two build complaints

Eric Schulte 13 年之前
父節點
當前提交
e5fa93c9be
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ob.el

+ 2 - 0
lisp/ob.el

@@ -33,6 +33,8 @@
 (defvar org-babel-library-of-babel)
 (declare-function show-all "outline" ())
 (declare-function org-reduce "org" (CL-FUNC CL-SEQ &rest CL-KEYS))
+(declare-function org-mark-ring-push "org" (&optional pos buffer))
+(declare-function org-strip-protective-commas "org" (beg end))
 (declare-function tramp-compat-make-temp-file "tramp-compat"
                   (filename &optional dir-flag))
 (declare-function tramp-dissect-file-name "tramp" (name &optional nodefault))