From 3eff698e6851076d402fa519d30a9770f37c3f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 22 Apr 2012 17:10:25 +0100 Subject: [PATCH] bugfix: also use here --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index b004ffc..0dc1214 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1638,7 +1638,7 @@ Below TOP-LEVEL-DIR each directory is a mode name." (unless (file-exists-p (concat directory "/" ".yas-skip")) (if (and (not no-compiled-snippets) (load (expand-file-name ".yas-compiled-snippets" directory) 'noerror)) - (message "[yas] Loading much faster .yas-compiled-snippets from %s" directory) + (yas/message 2 "Loading much faster .yas-compiled-snippets from %s" directory) (yas/load-directory-2 directory mode-sym parents)))) (defun yas/load-directory-2 (directory mode-sym parents)