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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 16 Jul 2002 09:42:15 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.694 emacs/src/keyboard.c:1.695
*** emacs/src/keyboard.c:1.694  Sun Jul 14 20:00:36 2002
--- emacs/src/keyboard.c        Tue Jul 16 09:42:15 2002
***************
*** 1121,1126 ****
--- 1121,1131 ----
    Lisp_Object old_level, old_length;
    char macroerror[50];
  
+ #ifdef HAVE_X_WINDOWS
+   if (display_hourglass_p)
+     cancel_hourglass ();
+ #endif
+ 
    if (!NILP (executing_macro))
      {
        if (executing_macro_iterations == 1)



reply via email to

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