]> code.delx.au - gnu-emacs/commitdiff
(check_windows_init_file): Update call to openp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:02:01 +0000 (01:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 01:02:01 +0000 (01:02 +0000)
src/w32.c

index 175d89d3609e95d9d3b566acfc8507297bf1a5b7..ef235e0cda4af672b836063df89165d18644bbf0 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -3507,7 +3507,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, 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);