emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102903: Fix an error introduced by t


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102903: Fix an error introduced by the previous patch.
Date: Wed, 19 Jan 2011 10:55:47 -0500
User-agent: Bazaar (2.0.3)

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

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2011-01-18 20:45:37 +0000
+++ b/src/w32fns.c      2011-01-19 15:55:47 +0000
@@ -89,8 +89,6 @@
 static unsigned hourglass_timer = 0;
 static HWND hourglass_hwnd = NULL;
 
-#if 0 #endif
-
 #ifndef IDC_HAND
 #define IDC_HAND MAKEINTRESOURCE(32649)
 #endif


reply via email to

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