aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.
5620When the regular expression matches, the file is considered to be safe 5620When the regular expression matches, the file is considered to be safe
5621to load. */); 5621to load. */);
5622 Vbytecomp_version_regexp 5622 Vbytecomp_version_regexp
5623 = build_pure_c_string ("^;;;.\\(in Emacs version\\|bytecomp version FSF\\)"); 5623 = build_pure_c_string
5624 ("^;;;.\\(?:in Emacs version\\|bytecomp version FSF\\)");
5624 5625
5625 DEFSYM (Qlexical_binding, "lexical-binding"); 5626 DEFSYM (Qlexical_binding, "lexical-binding");
5626 DEFVAR_LISP ("lexical-binding", Vlexical_binding, 5627 DEFVAR_LISP ("lexical-binding", Vlexical_binding,