]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lread.c (syms_of_lread): Drop unused capture group.
authorMattias Engdegård <mattiase@acm.org>
Wed, 9 Nov 2022 10:54:57 +0000 (11:54 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 9 Nov 2022 10:54:57 +0000 (11:54 +0100)
src/lread.c

index 957bc6895ef668a89b361b0115b69ca7dd521438..c28324dc35b386c73bd931881d2155e4c9bc80a5 100644 (file)
@@ -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,