mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 05:03:04 +00:00
Fix another silly mistake for issue #574
* yasnippet.el (yas-reload-all): Fix format string.
This commit is contained in:
parent
550568bd0e
commit
033b162281
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user