/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.672 by gerd, Fri Apr 12 09:35:34 2002 UTC revision 1.673 by rms, Sat Apr 13 17:48:10 2002 UTC
# Line 1651  command_loop_1 () Line 1651  command_loop_1 ()
1651            /* Here for a command that isn't executed directly */            /* Here for a command that isn't executed directly */
1652    
1653  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
1654            if (display_hourglass_p)            if (display_hourglass_p
1655                  && NILP (Vexecuting_macro))
1656              start_hourglass ();              start_hourglass ();
1657  #endif  #endif
1658    
# Line 1663  command_loop_1 () Line 1664  command_loop_1 ()
1664  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
1665            /* Do not check display_hourglass_p here, because            /* Do not check display_hourglass_p here, because
1666               Fcommand_execute could change it, but we should cancel               Fcommand_execute could change it, but we should cancel
1667               hourglass cursor anyway.  */               hourglass cursor anyway.
1668            cancel_hourglass ();               But don't cancel the hourglass within a macro
1669                 just because a command in the macro finishes.  */
1670              if (NILP (Vexecuting_macro))
1671                cancel_hourglass ();
1672  #endif  #endif
1673          }          }
1674      directly_done: ;      directly_done: ;

Legend:
Removed from v.1.672  
changed lines
  Added in v.1.673

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26