]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread): Change value of regexp
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:05:42 +0000 (14:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:05:42 +0000 (14:05 +0000)
Vbytecomp_version_regexp to not match some XEmacs-compiled files.

src/lread.c

index cb682b2f2ae2cd12d8427d090023822dda554ec6..157ed1d1eec919d6cd3237b4140b0ca497bbdbf5 100644 (file)
@@ -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.  */