mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -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
|
||||
when (and d (not (equal d ""))
|
||||
(or (display-graphic-p)
|
||||
(not (memq k graphics-types))))
|
||||
(not (memq k graphic-types))))
|
||||
collect k)))
|
||||
(cond
|
||||
((memq :image/png mimetypes)
|
||||
|
|
Loading…
Add table
Reference in a new issue