aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index cb682b2f2ae..157ed1d1eec 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3550,7 +3550,7 @@ from the file, and matches them against this regular expression.\n\
3550When the regular expression matches, the file is considered to be safe\n\ 3550When the regular expression matches, the file is considered to be safe\n\
3551to load. See also `load-dangerous-libraries'."); 3551to load. See also `load-dangerous-libraries'.");
3552 Vbytecomp_version_regexp 3552 Vbytecomp_version_regexp
3553 = build_string ("^;;;.\\(in Emacs\\|emacs\\) version"); 3553 = build_string ("^;;;.\\(in Emacs version\\|bytecomp version FSF\\)");
3554 3554
3555 /* Vsource_directory was initialized in init_lread. */ 3555 /* Vsource_directory was initialized in init_lread. */
3556 3556