mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
Fix mispelled variable name
This commit is contained in:
parent
df419df989
commit
4a482a7e5a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue