summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-10-12 03:37:43 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-10-12 03:37:43 +0000
commitc0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch)
treecad8633f767ceaed67cf3788e59e21c344ea695d /src/w32.c
parentb81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff)
downloademacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz
Update calls to openp.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 3703347d810..dbdd13d4d33 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3329,7 +3329,7 @@ check_windows_init_file ()
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);