mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
need the comma when deferring errors to the future in yas/eval-lisp
This commit is contained in:
parent
8a40e08f31
commit
6b755c9521
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user