emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Fri, 06 May 2005 20:42:31 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.637 emacs/src/xfns.c:1.638
*** emacs/src/xfns.c:1.637      Fri Mar 18 21:20:29 2005
--- emacs/src/xfns.c    Sat May  7 00:42:31 2005
***************
*** 4384,4389 ****
--- 4384,4393 ----
    EMACS_TIME delay;
    int secs, usecs = 0;
  
+   /* Don't bother for ttys.  */
+   if (NILP (Vwindow_system))
+     return;
+ 
    cancel_hourglass ();
  
    if (INTEGERP (Vhourglass_delay)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]