summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/regexp-opt-tests.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-02-21 20:34:40 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-02-21 20:34:40 +0100
commit929c9d33021a61be4c1a45d343689c303a15e986 (patch)
treedeb58efd77a334fee123b89199e47dd363e04697 /test/lisp/emacs-lisp/regexp-opt-tests.el
parent1cb14aaba57e5842403733650cef99022a3f8667 (diff)
downloademacs-929c9d33021a61be4c1a45d343689c303a15e986.tar.gz
emacs-929c9d33021a61be4c1a45d343689c303a15e986.tar.bz2
emacs-929c9d33021a61be4c1a45d343689c303a15e986.zip
; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change
Diffstat (limited to 'test/lisp/emacs-lisp/regexp-opt-tests.el')
-rw-r--r--test/lisp/emacs-lisp/regexp-opt-tests.el2
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)))