From: Mattias EngdegÄrd Date: Fri, 21 Feb 2020 19:34:40 +0000 (+0100) Subject: ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change X-Git-Tag: emacs-28.0.90~7851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=929c9d33021a61be4c1a45d343689c303a15e986;p=emacs.git ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change --- diff --git a/test/lisp/emacs-lisp/regexp-opt-tests.el b/test/lisp/emacs-lisp/regexp-opt-tests.el index 2d316b5829f..ff93b8b759e 100644 --- a/test/lisp/emacs-lisp/regexp-opt-tests.el +++ b/test/lisp/emacs-lisp/regexp-opt-tests.el @@ -30,7 +30,7 @@ (if (cdr l) (mapcan (lambda (x) (mapcar (lambda (p) (cons x p)) - (perm (remove x l)))) + (regexp-opt-test--permutations (remove x l)))) l) (list l)))