Minor: indenting in for yasnippet-tests.el macro

This commit is contained in:
Joao Tavora 2013-05-05 20:42:18 -04:00
parent 0da56720a8
commit 9df05fc413

View File

@ -594,6 +594,7 @@ TODO: be meaner"
(delete-directory default-directory 'recursive))))))
(defmacro yas-with-snippet-dirs (dirs &rest body)
(declare (indent defun))
`(yas-call-with-snippet-dirs ,dirs
#'(lambda ()
,@body)))