Ver código fonte

org-export-copy-buffer: Update declarations

* lisp/ob-exp.el (org-export-copy-buffer): Update declaration with the
new function arguments.
Ihor Radchenko 1 ano atrás
pai
commit
dcdf98a564
1 arquivos alterados com 4 adições e 1 exclusões
  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))