aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-11-12 03:27:26 +0100
committerStefan Kangas2020-11-12 03:27:26 +0100
commitdcd23618014fe710ee2a898a0b8a48e503f76d7a (patch)
tree7f8a1639d40857460e9518a9f87d2784253b354a
parent3ee56c7e4283c6689dcb979781067d618ab60c44 (diff)
downloademacs-dcd23618014fe710ee2a898a0b8a48e503f76d7a.tar.gz
emacs-dcd23618014fe710ee2a898a0b8a48e503f76d7a.zip
* test/lisp/help-fns-tests.el: Silence byte-compiler.
-rw-r--r--test/lisp/help-fns-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index bdd488de3f2..3359821b68f 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -24,8 +24,9 @@
24;;; Code: 24;;; Code:
25 25
26(require 'ert) 26(require 'ert)
27(require 'help-fns)
27 28
28(autoload 'help-fns-test--macro "help-fns" nil nil t) 29(autoload 'help-fns-test--macro "foo" nil nil t)
29 30
30 31
31;;; Several tests for describe-function 32;;; Several tests for describe-function