Procházet zdrojové kódy

org-export-copy-buffer: Update declarations

* lisp/ob-exp.el (org-export-copy-buffer): Update declaration with the
new function arguments.
Ihor Radchenko před 1 rokem
rodič
revize
dcdf98a564
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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))