emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dcd2361: * test/lisp/help-fns-tests.el: Silence byte-compiler.


From: Stefan Kangas
Subject: master dcd2361: * test/lisp/help-fns-tests.el: Silence byte-compiler.
Date: Wed, 11 Nov 2020 21:29:38 -0500 (EST)

branch: master
commit dcd23618014fe710ee2a898a0b8a48e503f76d7a
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 bdd488d..3359821 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]