aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-04-30 01:02:01 +0000
committerStefan Monnier2002-04-30 01:02:01 +0000
commit7d0329329741470c379ab01602199fdd2109cb50 (patch)
treefa14cf14e044727c4bdf632cd59e67337af4ce95 /src
parent3d05168ad4832706559d9e1680a0c6872b18ff8b (diff)
downloademacs-7d0329329741470c379ab01602199fdd2109cb50.tar.gz
emacs-7d0329329741470c379ab01602199fdd2109cb50.zip
(check_windows_init_file): Update call to openp.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 175d89d3609..ef235e0cda4 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3507,7 +3507,7 @@ check_windows_init_file ()
3507 objs[1] = decode_env_path (0, (getenv ("EMACSLOADPATH"))); 3507 objs[1] = decode_env_path (0, (getenv ("EMACSLOADPATH")));
3508 full_load_path = Fappend (2, objs); 3508 full_load_path = Fappend (2, objs);
3509 init_file = build_string ("term/w32-win"); 3509 init_file = build_string ("term/w32-win");
3510 fd = openp (full_load_path, init_file, Vload_suffixes, NULL, 0); 3510 fd = openp (full_load_path, init_file, Vload_suffixes, NULL, Qnil);
3511 if (fd < 0) 3511 if (fd < 0)
3512 { 3512 {
3513 Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil); 3513 Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);