From: Gerd Moellmann Date: Thu, 7 Sep 2000 14:05:42 +0000 (+0000) Subject: (syms_of_lread): Change value of regexp X-Git-Tag: emacs-pretest-21.0.90~1726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2e7d5eb702fd5eed22ec4a7363c27c46b0e82cf;p=emacs.git (syms_of_lread): Change value of regexp Vbytecomp_version_regexp to not match some XEmacs-compiled files. --- 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\ 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. */