From f8536a29da869f7c1e3a2f13f81349fc91fd8a60 Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Fri, 4 Mar 2016 16:34:26 +0100 Subject: [PATCH] Minor change in `string' pattern --- packages/el-search/el-search.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index 52e919a9c..aaca38881 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -590,7 +590,7 @@ matches the list (1 2 3 4 5 6 7 8 9) and binds `x' to (4 5 6)." (pred (lambda (,string) (cl-every (lambda (,regexp) (el-search--smart-string-match-p ,regexp ,string)) - (list ,@regexps))))))) + ',regexps)))))) (el-search-defpattern symbol (&rest regexps) "Matches any symbol whose name is matched by all REGEXPS." -- 2.39.2