emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/w32.c
Date: Mon, 29 Apr 2002 21:02:01 -0400

Index: emacs/src/w32.c
diff -c emacs/src/w32.c:1.73 emacs/src/w32.c:1.74
*** emacs/src/w32.c:1.73        Sun Apr 28 14:52:26 2002
--- emacs/src/w32.c     Mon Apr 29 21:02:01 2002
***************
*** 3507,3513 ****
        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);
        if (fd < 0) 
        {
          Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
--- 3507,3513 ----
        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, Qnil);
        if (fd < 0) 
        {
          Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]