From 2199257e24b1364a877d3e47aa827580c1ae8b14 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Sat, 7 May 2011 19:52:56 +0000 Subject: [PATCH] Fix issue 163. --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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