ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html-link): Silence byte-compiler.
This commit is contained in:
Nicolas Goaziou 2013-03-02 09:45:26 +01:00
parent 3049f1c75f
commit 2c797c41d9
1 changed files with 2 additions and 1 deletions

View File

@ -2480,7 +2480,8 @@ INFO is a plist holding contextual information. See
(string-match (regexp-quote (car att)) desc))
att))
" "))))
(unless (string= attributes "") (concat " " attributes)))
(unless (string= attributes "")
(setq attributes (concat " " attributes))))
(cond
;; Image file.
((and (or (eq t org-html-inline-images)