From: Karoly Lorentey Date: Mon, 9 May 2005 16:17:25 +0000 (+0000) Subject: Disable display type check in start_hourglass, and always set up the timer. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d585a729699a4a5d55ece3f773d1ae497067085a;p=emacs.git 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 --git a/src/xfns.c b/src/xfns.c index 4a5ff0894f1..666acfec773 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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)