diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
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\ | |||
| 3550 | When the regular expression matches, the file is considered to be safe\n\ | 3550 | When the regular expression matches, the file is considered to be safe\n\ |
| 3551 | to load. See also `load-dangerous-libraries'."); | 3551 | to 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 | ||