emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Wed, 06 Feb 2002 17:41:43 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.652 emacs/src/keyboard.c:1.653
*** emacs/src/keyboard.c:1.652  Sat Feb  2 05:09:38 2002
--- emacs/src/keyboard.c        Wed Feb  6 17:41:43 2002
***************
*** 928,935 ****
  #ifdef HAVE_X_WINDOWS
    /* The command loop has started an hourglass timer, so we have to
       cancel it here, otherwise it will fire because the recursive edit
!      can take some time.  */
!   if (display_hourglass_p)
      cancel_hourglass ();
  #endif
  
--- 928,935 ----
  #ifdef HAVE_X_WINDOWS
    /* The command loop has started an hourglass timer, so we have to
       cancel it here, otherwise it will fire because the recursive edit
!      can take some time.  Do not check for display_hourglass_p here,
!      because it could already be nil.  */
      cancel_hourglass ();
  #endif
  



reply via email to

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