mirror of
https://github.com/SqrtMinusOne/reverso.el.git
synced 2025-12-10 15:53:02 +03:00
fix: interactive use only warning
This commit is contained in:
parent
77156b3818
commit
cf1e589bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1491,7 +1491,7 @@ The class doesn't actually have any value, but this is necessary for transient."
|
||||||
(reverso-check-fix-at-point)
|
(reverso-check-fix-at-point)
|
||||||
(reverso-check-next-error))
|
(reverso-check-next-error))
|
||||||
(error (message "Error: %s" err)))
|
(error (message "Error: %s" err)))
|
||||||
(reverso-grammar-buffer))
|
(call-interactively #'reverso-grammar-buffer))
|
||||||
|
|
||||||
(transient-define-infix reverso--transient-join-string ()
|
(transient-define-infix reverso--transient-join-string ()
|
||||||
:class 'transient-switch
|
:class 'transient-switch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue