summaryrefslogtreecommitdiff
path: root/test/lisp/help-fns-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-09-26 11:34:20 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-09-26 12:03:07 +0200
commite00936bf9f10cf44e1df71a7a11afd770e8a122a (patch)
tree04735ea688f4b36a8ec814c9949287ad6ffde98a /test/lisp/help-fns-tests.el
parent2dff3ea073c4118d79308178dcb3bd7bb1bb8237 (diff)
downloademacs-e00936bf9f10cf44e1df71a7a11afd770e8a122a.tar.gz
Silence some byte-compiler warnings
* test/lisp/arc-mode-tests.el (arc-mode-test-archive-int-to-mode): * test/lisp/custom-tests.el (cus-test-opts): * test/lisp/help-fns-tests.el (foo-test-map) (help-fns-test--describe-keymap-foo): * test/src/fns-tests.el (w32-collate-ignore-punctuation) (fns-tests-func-arity): Silence byte-compiler warnings.
Diffstat (limited to 'test/lisp/help-fns-tests.el')
-rw-r--r--test/lisp/help-fns-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index da2b49e6b84..811b3677910 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -123,6 +123,9 @@ Return first line of the output of (describe-function-1 FUNC)."
(goto-char (point-min))
(should (looking-at "^font-lock-comment-face is "))))
+(defvar foo-test-map)
+(defvar help-fns-test--describe-keymap-foo)
+
;;; Tests for describe-keymap
(ert-deftest help-fns-test-find-keymap-name ()