mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 02:40:34 -08:00
* src/lread.c (syms_of_lread): Drop unused capture group.
This commit is contained in:
parent
a01024c859
commit
8dc36cc53b
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue