changeset 83303:108e45fdcdbd

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
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 09 May 2005 16:17:25 +0000
parents 5ae8a8b0a308
children 6fef25c75847
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)