From 2a20ecfe95023f77d5d665b24d790ce4202b5329 Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Mon, 10 Mar 2008 13:39:12 +0000 Subject: [PATCH] typo --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 28deb0a..04aeb35 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -870,7 +870,7 @@ real mode." NAME is a description to this template. Also update the menu if `yas/use-menu' is `t'." (yas/define-snippets mode - (list key template name))) + (list (list key template name)))) (defun yas/expand ()