]> code.delx.au - gnu-emacs-elpa/commitdiff
bugfix: also use here
authorJoão Távora <joaotavora@gmail.com>
Sun, 22 Apr 2012 16:10:25 +0000 (17:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 22 Apr 2012 16:10:25 +0000 (17:10 +0100)
yasnippet.el

index b004ffc8a5437d09535611d27d4de82406ab9448..0dc121436df055f981abf9519f5b8d852b535182 100644 (file)
@@ -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)