Skip to content

Commit

Permalink
Silence check-declare for external which-key
Browse files Browse the repository at this point in the history
(Actually, since Emacs 30, `which-key' *is* part of Emacs.)
  • Loading branch information
tarsius committed Oct 4, 2024
1 parent fb26ac3 commit 1d6fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d6fa02

Please # to comment.