]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change
authorMattias Engdegård <mattiase@acm.org>
Fri, 21 Feb 2020 19:34:40 +0000 (20:34 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 21 Feb 2020 19:34:40 +0000 (20:34 +0100)
test/lisp/emacs-lisp/regexp-opt-tests.el

index 2d316b5829f88ddeeae0bf59bc47a29a0cf56954..ff93b8b759e3e3bfcbef0e9616b33593177ceee3 100644 (file)
@@ -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)))