From 1d6fa0244fb8fddd23288ede83243c16b9db754a Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 4 Oct 2024 19:30:34 +0200 Subject: [PATCH] Silence check-declare for external which-key (Actually, since Emacs 30, `which-key' *is* part of Emacs.) --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)