diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-08 08:15:08 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-08 08:15:08 +0100 |
commit | d18764000f905523ec0c7703b7828463dc9b0a13 (patch) | |
tree | 554141308c945a601af52e0468a526db334a82b7 /test/lisp/help-fns-tests.el | |
parent | 95a021fe5f009bb0198b6c1266d674b12092449b (diff) | |
download | emacs-d18764000f905523ec0c7703b7828463dc9b0a13.tar.gz emacs-d18764000f905523ec0c7703b7828463dc9b0a13.tar.bz2 emacs-d18764000f905523ec0c7703b7828463dc9b0a13.zip |
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.el | 1 |
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) |