; Pacify byte-compiler warning in keymap-tests.el.

This commit is contained in:
Basil L. Contovounesios 2022-06-18 18:26:17 +03:00
parent 2ebe0524e8
commit 233b3dc7e1

View file

@ -419,6 +419,8 @@ g .. h foo
(should-error (text-char-description ?\s-c)))
(ert-deftest test-non-key-events ()
;; Dummy command.
(declare-function keymap-tests-command nil)
(should (null (where-is-internal 'keymap-tests-command)))
(keymap-set global-map "C-c g" #'keymap-tests-command)
(should (equal (where-is-internal 'keymap-tests-command) '([3 103])))