emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 929c9d3: ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last c


From: Mattias Engdegård
Subject: master 929c9d3: ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change
Date: Fri, 21 Feb 2020 14:36:05 -0500 (EST)

branch: master
commit 929c9d33021a61be4c1a45d343689c303a15e986
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    ; * 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 2d316b5..ff93b8b 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]