]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix shortdoc-tests failure with respect to regexp-opt-charset
authorMattias Engdegård <mattiase@acm.org>
Sun, 1 Jan 2023 11:52:47 +0000 (12:52 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 1 Jan 2023 11:56:51 +0000 (12:56 +0100)
* test/lisp/emacs-lisp/shortdoc-tests.el (regexp-opt): Require.
`regexp-opt-charset` is not autoloaded, and whether `regexp-opt` is
preloaded is configuration-dependent.

test/lisp/emacs-lisp/shortdoc-tests.el

index 914aee633ee7a584068de35fd62284f83ef89ade..516d095767f103a9f08053550d3963671edc2669 100644 (file)
@@ -22,6 +22,7 @@
 (require 'ert)
 (require 'shortdoc)
 (require 'subr-x) ; `string-pad' in shortdoc group needed at run time
+(require 'regexp-opt)    ; `regexp-opt-charset' not autoloaded
 
 (defun shortdoc-tests--tree-contains (tree fun)
   "Whether TREE contains a call to FUN."