org-export-copy-buffer: Update declarations

* lisp/ob-exp.el (org-export-copy-buffer): Update declaration with the
new function arguments.
This commit is contained in:
Ihor Radchenko 2022-10-07 12:46:48 +08:00
parent 514e3a9cd2
commit dcdf98a564
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 1 deletions

View File

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