projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01024c
)
* src/lread.c (syms_of_lread): Drop unused capture group.
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 9 Nov 2022 10:54:57 +0000
(11:54 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 9 Nov 2022 10:54:57 +0000
(11:54 +0100)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 957bc6895ef668a89b361b0115b69ca7dd521438..c28324dc35b386c73bd931881d2155e4c9bc80a5 100644
(file)
--- 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,