features/eval: fix :eval setting causing void-variable errors (fix #30)

This commit is contained in:
Henrik Lissner 2017-02-27 21:22:10 -05:00
parent 773835eb98
commit 6a8b6dd041

View file

@ -46,7 +46,7 @@ suitability for the current buffer."
(quickrun-add-command MODE COMMAND :mode MODE)"
(if (stringp command)
`(after! quickrun
(push ,(cons mode command)
(push ',(cons mode command)
,(if (stringp mode)
'quickrun-file-alist
'quickrun--major-mode-alist)))