; Pacify byte-compiler warning in keymap-tests.el.
This commit is contained in:
parent
2ebe0524e8
commit
233b3dc7e1
1 changed files with 2 additions and 0 deletions
|
@ -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])))
|
||||
|
|
Loading…
Add table
Reference in a new issue