[TMP] enable load_prefer_newer
authorRobin Templeton <robin@terpri.org>
Sat, 18 Apr 2015 22:49:58 +0000 (18:49 -0400)
committerRobin Templeton <robin@terpri.org>
Sun, 19 Apr 2015 07:43:01 +0000 (03:43 -0400)
src/lread.c

index e02a91f..974d605 100644 (file)
@@ -4679,7 +4679,7 @@ option is non-nil, it checks all suffixes and uses whichever file is
 newest.
 Note that if you customize this, obviously it will not affect files
 that are loaded before your customizations are read!  */);
-  load_prefer_newer = 0;
+  load_prefer_newer = 1;
 
   /* Vsource_directory was initialized in init_lread.  */