always load from source directory
authorRobin Templeton <robin@terpri.org>
Tue, 12 Aug 2014 11:42:51 +0000 (07:42 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 20 Apr 2015 04:29:03 +0000 (00:29 -0400)
src/lread.c

index a09718f..9250c3b 100644 (file)
@@ -4129,7 +4129,7 @@ load_path_default (void)
   const char *loadpath = ns_load_path ();
 #endif
 
-  normal = PATH_LOADSEARCH;
+  normal = PATH_DUMPLOADSEARCH;
 #ifdef HAVE_NS
   lpath = decode_env_path (0, loadpath ? loadpath : normal, 0);
 #else