# HG changeset patch # User Karoly Lorentey # Date 1115655445 0 # Node ID 108e45fdcdbdf68b89b2686a8d6c2f6038a228c5 # Parent 5ae8a8b0a30879e286c52ed760108e376218c2c8 Disable display type check in start_hourglass, and always set up the timer. * 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 diff -r 5ae8a8b0a308 -r 108e45fdcdbd src/xfns.c --- a/src/xfns.c Mon May 09 16:13:15 2005 +0000 +++ b/src/xfns.c Mon May 09 16:17:25 2005 +0000 @@ -4388,10 +4388,6 @@ EMACS_TIME delay; int secs, usecs = 0; - /* Don't bother for ttys. */ - if (NILP (Vwindow_system)) - return; - cancel_hourglass (); if (INTEGERP (Vhourglass_delay)