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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/w32.c
Date: Mon, 27 Feb 2006 02:07:37 +0000

Index: emacs/src/w32.c
diff -u emacs/src/w32.c:1.99 emacs/src/w32.c:1.100
--- emacs/src/w32.c:1.99        Mon Feb  6 15:23:21 2006
+++ emacs/src/w32.c     Mon Feb 27 02:07:37 2006
@@ -3888,7 +3888,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, Qnil);
+      fd = openp (full_load_path, init_file, Fget_load_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]