(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
This commit is contained in:
parent
bf1a876009
commit
4fbcc9b1eb
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: Call
|
||||
cancel_hourglass unconditionally.
|
||||
|
||||
* eval.c (Fsignal): Remove duplicated declaration of
|
||||
the variable `display_hourglass_p'.
|
||||
|
||||
2002-01-31 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* editfns.c (region_limit): Nicer error message.
|
||||
|
|
|
@ -1641,8 +1641,10 @@ command_loop_1 ()
|
|||
Fcommand_execute (Vthis_command, Qnil, Qnil, Qnil);
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
if (display_hourglass_p)
|
||||
cancel_hourglass ();
|
||||
/* 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: ;
|
||||
|
|
Loading…
Add table
Reference in a new issue