summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-11-09 11:54:57 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2022-11-09 11:54:57 +0100
commit8dc36cc53b7c2b66ca06ca4db84209bc492ea665 (patch)
tree09135c498fafc4a20c41c9b9384bd1d96c052428 /src/lread.c
parenta01024c859fd98a4a330a9b627dc11232afc6ad0 (diff)
downloademacs-8dc36cc53b7c2b66ca06ca4db84209bc492ea665.tar.gz
* src/lread.c (syms_of_lread): Drop unused capture group.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 2 insertions, 1 deletions
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,