# HG changeset patch # User Stefan Monnier # Date 1020128521 0 # Node ID f46982d9ac50bf4f382c134aa110410e056942ca # Parent 6e2fa2a3081b889a1e26090e42d30ef9b82245e9 (check_windows_init_file): Update call to openp. diff -r 6e2fa2a3081b -r f46982d9ac50 src/w32.c --- a/src/w32.c Tue Apr 30 01:01:49 2002 +0000 +++ b/src/w32.c Tue Apr 30 01:02:01 2002 +0000 @@ -3507,7 +3507,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, Vload_suffixes, NULL, 0); + fd = openp (full_load_path, init_file, Vload_suffixes, NULL, Qnil); if (fd < 0) { Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);