diff --git a/yasnippet.el b/yasnippet.el index 8d7196b..b3ad3e1 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -556,7 +556,7 @@ snippet itself contains a condition that returns the symbol "A list of mode which is well known but not part of emacs.") (defvar yas/escaped-characters - '(?\\ ?` ?' ?$ ?} ?\( ?\)) + '(?\\ ?` ?' ?$ ?} ?{ ?\( ?\)) "List of characters which *might* need to be escaped.") (defconst yas/field-regexp