From dcd23618014fe710ee2a898a0b8a48e503f76d7a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 12 Nov 2020 03:27:26 +0100 Subject: [PATCH] * test/lisp/help-fns-tests.el: Silence byte-compiler. --- test/lisp/help-fns-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ ;;; Code: (require 'ert) +(require 'help-fns) -(autoload 'help-fns-test--macro "help-fns" nil nil t) +(autoload 'help-fns-test--macro "foo" nil nil t) ;;; Several tests for describe-function -- 2.39.2