ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html--build-meta-info): Use `org-remove-if-not'
  instead of `remove-if-not'.
This commit is contained in:
Nicolas Goaziou 2015-04-08 13:23:35 +02:00
parent a7becba686
commit b6ccee763f

View file

@ -1731,7 +1731,7 @@ INFO is a plist used as a communication channel."
info)
"\n"))
(let ((viewport-options
(remove-if-not (lambda (cell) (org-string-nw-p (cadr cell)))
(org-remove-if-not (lambda (cell) (org-string-nw-p (cadr cell)))
(plist-get info :html-viewport))))
(and viewport-options
(concat