bugfix: yas/reload-all should reload all snippets bypassing jit when called interactively.

This commit is contained in:
João Távora 2012-06-28 22:34:22 +01:00
parent 72e2c5d2aa
commit 275ac7fe00

View File

@ -1715,7 +1715,7 @@ Optional USE-JIT use jit-loading of snippets."
(defun yas/reload-all (&optional interactive) (defun yas/reload-all (&optional interactive)
"Reload all snippets and rebuild the YASnippet menu." "Reload all snippets and rebuild the YASnippet menu."
(interactive "P") (interactive "p")
(catch 'abort (catch 'abort
(let ((errors) (let ((errors)
(snippet-editing-buffers (snippet-editing-buffers