aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 26c1e8ffddb..9fea4df7538 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1121,6 +1121,11 @@ cmd_error (data)
1121 Lisp_Object old_level, old_length; 1121 Lisp_Object old_level, old_length;
1122 char macroerror[50]; 1122 char macroerror[50];
1123 1123
1124#ifdef HAVE_X_WINDOWS
1125 if (display_hourglass_p)
1126 cancel_hourglass ();
1127#endif
1128
1124 if (!NILP (executing_macro)) 1129 if (!NILP (executing_macro))
1125 { 1130 {
1126 if (executing_macro_iterations == 1) 1131 if (executing_macro_iterations == 1)