mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
bugfix: removed interactive spec of yas/reload-all
This commit is contained in:
parent
33a07c3544
commit
490389e1e1
@ -1674,10 +1674,8 @@ Optional USE-JIT use jit-loading of snippets."
|
||||
errors))
|
||||
|
||||
(defun yas/reload-all (&optional no-jit)
|
||||
"Reload all snippets and rebuild the YASnippet menu.
|
||||
|
||||
Behaviour is affected by `yas/no-jit', which see."
|
||||
(interactive "p")
|
||||
"Reload all snippets and rebuild the YASnippet menu."
|
||||
(interactive "P")
|
||||
(catch 'abort
|
||||
(let ((errors)
|
||||
(snippet-editing-buffers
|
||||
|
Loading…
x
Reference in New Issue
Block a user