浏览代码

org-export-copy-buffer: Update declarations

* lisp/ob-exp.el (org-export-copy-buffer): Update declaration with the
new function arguments.
Ihor Radchenko 1 年之前
父节点
当前提交
dcdf98a564
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lisp/ob-exp.el

+ 4 - 1
lisp/ob-exp.el

@@ -35,7 +35,10 @@
 (declare-function org-element-property "org-element" (property element))
 (declare-function org-element-type "org-element" (element))
 (declare-function org-escape-code-in-string "org-src" (s))
-(declare-function org-export-copy-buffer "ox" ())
+(declare-function org-export-copy-buffer "ox"
+                  (&optional buffer drop-visibility
+                             drop-narrowing drop-contents
+                             drop-locals))
 (declare-function org-in-commented-heading-p "org" (&optional no-inheritance element))
 (declare-function org-in-archived-heading-p "org" (&optional no-inheritance element))