From 8dc36cc53b7c2b66ca06ca4db84209bc492ea665 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 9 Nov 2022 11:54:57 +0100 Subject: [PATCH] * src/lread.c (syms_of_lread): Drop unused capture group. --- src/lread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index 957bc6895ef..c28324dc35b 100644 --- a/src/lread.c +++ b/src/lread.c @@ -5620,7 +5620,8 @@ from the file, and matches them against this regular expression. When the regular expression matches, the file is considered to be safe to load. */); Vbytecomp_version_regexp - = build_pure_c_string ("^;;;.\\(in Emacs version\\|bytecomp version FSF\\)"); + = build_pure_c_string + ("^;;;.\\(?:in Emacs version\\|bytecomp version FSF\\)"); DEFSYM (Qlexical_binding, "lexical-binding"); DEFVAR_LISP ("lexical-binding", Vlexical_binding, -- 2.39.2