ox-html: Silence byte-compiler
* lisp/ox-html.el (org-html-link): Silence byte-compiler.
This commit is contained in:
parent
3049f1c75f
commit
2c797c41d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue