Merge pull request #201 from mgalgs/master

use let* for expand-env
This commit is contained in:
João Távora 2011-12-11 17:12:53 -08:00
commit ed9c52b74d

View File

@ -3428,7 +3428,7 @@ considered when expanding the snippet."
(yas/inhibit-overlay-hooks (yas/inhibit-overlay-hooks
(setq snippet (setq snippet
(if expand-env (if expand-env
(eval `(let ,expand-env (eval `(let* ,expand-env
(insert content) (insert content)
(yas/snippet-create (point-min) (point-max)))) (yas/snippet-create (point-min) (point-max))))
(insert content) (insert content)