From: Sam Steingold Date: Wed, 19 Jan 2011 15:55:47 +0000 (-0500) Subject: Fix an error introduced by the previous patch. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=817a735de075cfdb0196eeee8c90435a7cacf13a;p=emacs.git Fix an error introduced by the previous patch. --- diff --git a/src/ChangeLog b/src/ChangeLog index 99ab13d2995..5e50ddb59ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/w32fns.c b/src/w32fns.c index f70f4d6ace5..8508e3313aa 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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