ox-html: Silence byte-compiler
* lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler.
This commit is contained in:
parent
b6ccee763f
commit
bf4edb6d16
|
@ -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"))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue