* net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
[bpt/emacs.git] / src / w32fns.c
index 4cbbe1d..6e52453 100644 (file)
@@ -5467,7 +5467,10 @@ show_hourglass (struct atimer *timer)
     f = SELECTED_FRAME ();
 
   if (!FRAME_W32_P (f))
-    return;
+    {
+      unblock_input ();
+      return;
+    }
 
   w32_show_hourglass (f);
   unblock_input ();