using let* instead of let for expand-env

This commit is contained in:
Mitchel Humpherys 2011-12-09 13:21:57 -08:00
parent ec9a75a5f5
commit a4960afa75

View File

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