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: Sat, 02 Feb 2002 05:09:39 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.651 emacs/src/keyboard.c:1.652
*** emacs/src/keyboard.c:1.651  Thu Jan 31 01:57:08 2002
--- emacs/src/keyboard.c        Sat Feb  2 05:09:38 2002
***************
*** 1641,1648 ****
          Fcommand_execute (Vthis_command, Qnil, Qnil, Qnil);
  
  #ifdef HAVE_X_WINDOWS
!         if (display_hourglass_p)
!           cancel_hourglass ();
  #endif
        }
      directly_done: ;
--- 1641,1650 ----
          Fcommand_execute (Vthis_command, Qnil, Qnil, Qnil);
  
  #ifdef HAVE_X_WINDOWS
!         /* Do not check display_hourglass_p here, because
!            Fcommand_execute could change it, but we should cancel
!            hourglass cursor anyway.  */
!         cancel_hourglass ();
  #endif
        }
      directly_done: ;



reply via email to

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