From f0d9c814ff0601fa3487ad3da1ae4dcdf511d850 Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Tue, 2 May 2023 09:28:21 +0200 Subject: [PATCH] * src/search.c (REGEXP_CACHE_SIZE): Increase to 200 --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.c b/src/search.c index 0bb52c03eef..cfcce3c7293 100644 --- a/src/search.c +++ b/src/search.c @@ -34,7 +34,7 @@ Copyright (C) 1985-1987, 1993-1994, 1997-1999, 2001-2023 Free Software #include "regex-emacs.h" -#define REGEXP_CACHE_SIZE 20 +#define REGEXP_CACHE_SIZE 200 /* If the regexp is non-nil, then the buffer contains the compiled form of that regexp, suitable for searching. */ -- 2.40.0