1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.

This commit is contained in:
Richard M. Stallman 2002-07-16 13:42:15 +00:00
parent 2af70a0cff
commit 160552c527

View File

@ -1121,6 +1121,11 @@ cmd_error (data)
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)