]> code.delx.au - gnu-emacs/commitdiff
(read_filtered_event): Do not call start_hourglass before returning.
authorPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:27:58 +0000 (09:27 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:27:58 +0000 (09:27 +0000)
src/lread.c

index 5fa76b08280d9fc5b664e6a62b2fb2962cc98901..186b890fae4b3aa8ef525bc7e88bebbbe0985a96 100644 (file)
@@ -485,10 +485,15 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii,
   if (! NILP (delayed_switch_frame))
     unread_switch_frame = delayed_switch_frame;
 
+#if 0
+
 #ifdef HAVE_WINDOW_SYSTEM
   if (display_hourglass_p)
     start_hourglass ();
 #endif
+
+#endif
+
   return val;
 }