diff src/w32.c @ 39812:66e0816837a8

Update calls to openp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 03:37:43 +0000
parents 5f60884970a8
children bd23b0c564d9
line wrap: on
line diff
--- a/src/w32.c	Fri Oct 12 03:23:25 2001 +0000
+++ b/src/w32.c	Fri Oct 12 03:37:43 2001 +0000
@@ -3329,7 +3329,7 @@
       objs[1] = decode_env_path (0, (getenv ("EMACSLOADPATH")));
       full_load_path = Fappend (2, objs);
       init_file = build_string ("term/w32-win");
-      fd = openp (full_load_path, init_file, ".el:.elc", NULL, 0);
+      fd = openp (full_load_path, init_file, Vload_suffixes, NULL, 0);
       if (fd < 0) 
 	{
 	  Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);