From 929c9d33021a61be4c1a45d343689c303a15e986 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 21 Feb 2020 20:34:40 +0100 Subject: [PATCH] ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change --- test/lisp/emacs-lisp/regexp-opt-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2