emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102902: * src/w32.c (check_windows_i


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102902: * src/w32.c (check_windows_init_file): Remove declarations of
Date: Wed, 19 Jan 2011 10:24:40 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102902
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Wed 2011-01-19 10:24:40 -0500
message:
  * src/w32.c (check_windows_init_file): Remove declarations of
  Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
modified:
  src/ChangeLog
  src/w32.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-01-19 15:06:24 +0000
+++ b/src/ChangeLog     2011-01-19 15:24:40 +0000
@@ -1,3 +1,8 @@
+2011-01-19  Sam Steingold  <address@hidden>
+
+       * w32.c (check_windows_init_file): Remove declarations of
+       Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
+
 2011-01-19  Tom Tromey  <address@hidden>
 
        * window.c: Fix error introduced by previous patch.

=== modified file 'src/w32.c'
--- a/src/w32.c 2011-01-18 20:45:37 +0000
+++ b/src/w32.c 2011-01-19 15:24:40 +0000
@@ -5656,7 +5656,6 @@
 
   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;


reply via email to

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