emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 2baf9e107c: Fix shortdoc-tests failure with respect to regexp-o


From: Mattias Engdegård
Subject: emacs-29 2baf9e107c: Fix shortdoc-tests failure with respect to regexp-opt-charset
Date: Sun, 1 Jan 2023 06:57:20 -0500 (EST)

branch: emacs-29
commit 2baf9e107c1d6f1c71f5804b6bd933d3f5d6a9ea
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Fix shortdoc-tests failure with respect to regexp-opt-charset
    
    * 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/emacs-lisp/shortdoc-tests.el 
b/test/lisp/emacs-lisp/shortdoc-tests.el
index 914aee633e..516d095767 100644
--- a/test/lisp/emacs-lisp/shortdoc-tests.el
+++ b/test/lisp/emacs-lisp/shortdoc-tests.el
@@ -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."



reply via email to

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