]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix an error introduced by the previous patch.
authorSam Steingold <sds@gnu.org>
Wed, 19 Jan 2011 15:55:47 +0000 (10:55 -0500)
committerSam Steingold <sds@gnu.org>
Wed, 19 Jan 2011 15:55:47 +0000 (10:55 -0500)
src/ChangeLog
src/w32fns.c

index 99ab13d299587a5386ee141fd07f5ed6e4eba9b2..5e50ddb59ee775d21a8dd57aba59cd322a1f3538 100644 (file)
@@ -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  <tromey@redhat.com>
 
index f70f4d6ace5c4629194b4e858f10fd6723dd78f0..8508e3313aaf6639517d6f2a26060ba720546003 100644 (file)
@@ -89,8 +89,6 @@ extern const char *const lispy_function_keys[];
 static unsigned hourglass_timer = 0;
 static HWND hourglass_hwnd = NULL;
 
-#if 0 #endif
-
 #ifndef IDC_HAND
 #define IDC_HAND MAKEINTRESOURCE(32649)
 #endif