]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable display type check in start_hourglass, and always set up the timer.
authorKaroly Lorentey <lorentey@elte.hu>
Mon, 9 May 2005 16:17:25 +0000 (16:17 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Mon, 9 May 2005 16:17:25 +0000 (16:17 +0000)
* src/xfns.c (start_hourglass): Disable display type check, it would
  break multi-tty.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-343

src/xfns.c

index 4a5ff0894f12050e83cae45dcae892ba7a7dc417..666acfec773e996636eeea558fc13a5c007384fd 100644 (file)
@@ -4388,10 +4388,6 @@ start_hourglass ()
   EMACS_TIME delay;
   int secs, usecs = 0;
 
-  /* Don't bother for ttys.  */
-  if (NILP (Vwindow_system))
-    return;
-
   cancel_hourglass ();
 
   if (INTEGERP (Vhourglass_delay)