projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb14aa
)
; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 21 Feb 2020 19:34:40 +0000
(20:34 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 21 Feb 2020 19:34:40 +0000
(20:34 +0100)
test/lisp/emacs-lisp/regexp-opt-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/regexp-opt-tests.el
b/test/lisp/emacs-lisp/regexp-opt-tests.el
index 2d316b5829f88ddeeae0bf59bc47a29a0cf56954..ff93b8b759e3e3bfcbef0e9616b33593177ceee3 100644
(file)
--- 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)))