Mercurial > emacs
changeset 31464:2efc0e152012
(syms_of_lread): Change value of regexp
Vbytecomp_version_regexp to not match some XEmacs-compiled files.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 14:05:42 +0000 |
parents | 628bb2264f46 |
children | b58d8e366faa |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Thu Sep 07 14:05:23 2000 +0000 +++ b/src/lread.c Thu Sep 07 14:05:42 2000 +0000 @@ -3550,7 +3550,7 @@ When the regular expression matches, the file is considered to be safe\n\ to load. See also `load-dangerous-libraries'."); Vbytecomp_version_regexp - = build_string ("^;;;.\\(in Emacs\\|emacs\\) version"); + = build_string ("^;;;.\\(in Emacs version\\|bytecomp version FSF\\)"); /* Vsource_directory was initialized in init_lread. */