/[emacs]/emacs/src/w32.c
ViewVC logotype

Diff of /emacs/src/w32.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by jasonr, Sun Apr 28 18:52:26 2002 UTC revision 1.74 by monnier, Tue Apr 30 01:02:01 2002 UTC
# Line 3507  check_windows_init_file () Line 3507  check_windows_init_file ()
3507        objs[1] = decode_env_path (0, (getenv ("EMACSLOADPATH")));        objs[1] = decode_env_path (0, (getenv ("EMACSLOADPATH")));
3508        full_load_path = Fappend (2, objs);        full_load_path = Fappend (2, objs);
3509        init_file = build_string ("term/w32-win");        init_file = build_string ("term/w32-win");
3510        fd = openp (full_load_path, init_file, Vload_suffixes, NULL, 0);        fd = openp (full_load_path, init_file, Vload_suffixes, NULL, Qnil);
3511        if (fd < 0)        if (fd < 0)
3512          {          {
3513            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26