diff options
Diffstat (limited to 'test/lisp/emacs-lisp/regexp-opt-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/regexp-opt-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |