Fix mispelled variable name

This commit is contained in:
Nathaniel Nicandro 2018-01-22 19:35:23 -06:00
parent df419df989
commit 4a482a7e5a

View file

@ -409,7 +409,7 @@ image."
for (k d) on data by #'cddr for (k d) on data by #'cddr
when (and d (not (equal d "")) when (and d (not (equal d ""))
(or (display-graphic-p) (or (display-graphic-p)
(not (memq k graphics-types)))) (not (memq k graphic-types))))
collect k))) collect k)))
(cond (cond
((memq :image/png mimetypes) ((memq :image/png mimetypes)