mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
need the comma when deferring errors to the future in yas/eval-lisp
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user