From d585a729699a4a5d55ece3f773d1ae497067085a Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Mon, 9 May 2005 16:17:25 +0000 Subject: [PATCH] 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 --- src/xfns.c | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.5