From 61ccd9b4abef4ea574b259a8199329020b090c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 26 Mar 2012 03:48:31 +0100 Subject: [PATCH] Should really exit all snippets --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index e9c0dfd..c7a37bd 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -2940,7 +2940,7 @@ Also create some protection overlays" (mapc #'(lambda (snippet) (yas/exit-snippet snippet) (yas/check-commit-snippet)) - (yas/snippets-at-point))) + (yas/snippets-at-point 'all-snippets))) ;;; Some low level snippet-routines