Fix another silly mistake for issue #574

* yasnippet.el (yas-reload-all): Fix format string.
This commit is contained in:
João Távora 2015-05-21 10:35:19 +01:00
parent 550568bd0e
commit 033b162281

View File

@ -1875,7 +1875,7 @@ prefix argument."
(yas-direct-keymaps-reload) (yas-direct-keymaps-reload)
(run-hooks 'yas-after-reload-hook) (run-hooks 'yas-after-reload-hook)
(yas--message 3 "Reloaded everything%s...%s." (yas--message 3 "Reloaded everything%s...."
(if no-jit "" " (snippets will load just-in-time)"))))) (if no-jit "" " (snippets will load just-in-time)")))))
(defvar yas-after-reload-hook nil (defvar yas-after-reload-hook nil