summaryrefslogtreecommitdiff
path: root/test/lisp/help-fns-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-08 08:15:08 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-08 08:15:08 +0100
commitd18764000f905523ec0c7703b7828463dc9b0a13 (patch)
tree554141308c945a601af52e0468a526db334a82b7 /test/lisp/help-fns-tests.el
parent95a021fe5f009bb0198b6c1266d674b12092449b (diff)
downloademacs-d18764000f905523ec0c7703b7828463dc9b0a13.tar.gz
Fix describe-function-1 test failure from previous change
* lisp/help-fns.el (describe-function-1): Fix test failure from previous patch.
Diffstat (limited to 'test/lisp/help-fns-tests.el')
-rw-r--r--test/lisp/help-fns-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index 4df8e3c9ef6..e3fed60b4cb 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -25,6 +25,7 @@
(require 'ert)
(require 'help-fns)
+(require 'subr-x)
(autoload 'help-fns-test--macro "foo" nil nil t)