Explorar o código

Silence byte-compiler

Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
91d82f7a87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -173,7 +173,7 @@ Stars are put in group 1 and the trimmed body in group 2.")
 (declare-function orgtbl-mode "org-table" (&optional arg))
 (declare-function org-export-get-backend "ox" (name))
 (declare-function org-export-get-environment "ox" (&optional backend subtreep ext-plist))
-(declare-function org-latex-make-preamble "ox-latex" (info &optional template))
+(declare-function org-latex-make-preamble "ox-latex" (info &optional template snippet?))
 
 (defsubst org-uniquify (list)
   "Non-destructively remove duplicate elements from LIST."