]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/w32.c (check_windows_init_file): Remove declarations of
authorSam Steingold <sds@gnu.org>
Wed, 19 Jan 2011 15:24:40 +0000 (10:24 -0500)
committerSam Steingold <sds@gnu.org>
Wed, 19 Jan 2011 15:24:40 +0000 (10:24 -0500)
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.

src/ChangeLog
src/w32.c

index 221ad6942190f324dc959de77869e9e4d23705ac..99ab13d299587a5386ee141fd07f5ed6e4eba9b2 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-19  Sam Steingold  <sds@gnu.org>
+
+       * w32.c (check_windows_init_file): Remove declarations of
+       Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
+
 2011-01-19  Tom Tromey  <tromey@redhat.com>
 
        * window.c: Fix error introduced by previous patch.
index b10f9ec9db42f3612f1860a2ad3a2d906ea095e8..e508e4e3fa5688cb2370b24054da7103390a7817 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -5656,7 +5656,6 @@ check_windows_init_file (void)
 
   if (!noninteractive && !inhibit_window_system)
     {
-      extern Lisp_Object Vwindow_system, Vload_path, Qfile_exists_p;
       Lisp_Object objs[2];
       Lisp_Object full_load_path;
       Lisp_Object init_file;