diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-10-04 19:30:34 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-10-04 19:30:34 +0200 |
| commit | 1d6fa0244fb8fddd23288ede83243c16b9db754a (patch) | |
| tree | f3ecc2259778e2a8548239727fa1b4bd4f027b14 | |
| parent | fb26ac3ce3838ccc634f89640e5f85329e9b2a50 (diff) | |
Silence check-declare for external which-key
(Actually, since Emacs 30, `which-key' *is* part of Emacs.)
| -rw-r--r-- | lisp/transient.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index e0efe70..b67e91d 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -4476,7 +4476,7 @@ search instead." 2) lisp-imenu-generic-expression :test #'equal) -(declare-function which-key-mode "which-key" (&optional arg)) +(declare-function which-key-mode "ext:which-key" (&optional arg)) (defun transient--suspend-which-key-mode () (when (bound-and-true-p which-key-mode) |
