need the comma when deferring errors to the future in yas/eval-lisp

This commit is contained in:
João Távora 2012-02-28 01:45:59 +00:00
parent 8a40e08f31
commit 6b755c9521

View File

@ -1240,7 +1240,7 @@ return an expression that when evaluated will issue an error."
(condition-case err
(read string)
(error (and (not nil-on-error)
`(error (error-message-string err))))))
`(error (error-message-string ,err))))))
(defun yas/read-keybinding (keybinding)
"Read KEYBINDING as a snippet keybinding, return a vector."