From: Stefan Kangas Date: Thu, 12 Nov 2020 02:27:26 +0000 (+0100) Subject: * test/lisp/help-fns-tests.el: Silence byte-compiler. X-Git-Tag: emacs-28.0.90~5177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcd23618014fe710ee2a898a0b8a48e503f76d7a;p=emacs.git * test/lisp/help-fns-tests.el: Silence byte-compiler. --- 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