bugfix: also use here

This commit is contained in:
João Távora 2012-04-22 17:10:25 +01:00
parent afa1b19a2b
commit 3eff698e68

View File

@ -1638,7 +1638,7 @@ Below TOP-LEVEL-DIR each directory is a mode name."
(unless (file-exists-p (concat directory "/" ".yas-skip")) (unless (file-exists-p (concat directory "/" ".yas-skip"))
(if (and (not no-compiled-snippets) (if (and (not no-compiled-snippets)
(load (expand-file-name ".yas-compiled-snippets" directory) 'noerror)) (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)))) (yas/load-directory-2 directory mode-sym parents))))
(defun yas/load-directory-2 (directory mode-sym parents) (defun yas/load-directory-2 (directory mode-sym parents)