Parcourir la source

ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler.
Nicolas Goaziou il y a 10 ans
Parent
commit
bf4edb6d16
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -1740,7 +1740,7 @@ INFO is a plist used as a communication channel."
 	      (format " name=\"viewport\" content=\"%s\""
 		      (mapconcat
 		       (lambda (elm) (format "%s=%s" (car elm) (cadr elm)))
-		       viewport ", "))
+		       viewport-options ", "))
 	      info)
 	     "\n"))))))