Mercurial > emacs
comparison src/keyboard.c @ 46412:7284594e6125
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Jul 2002 13:42:15 +0000 |
parents | 40db0673e6f0 |
children | 5360a8d2f694 |
comparison
equal
deleted
inserted
replaced
46411:d17e7d2c1766 | 46412:7284594e6125 |
---|---|
1118 cmd_error (data) | 1118 cmd_error (data) |
1119 Lisp_Object data; | 1119 Lisp_Object data; |
1120 { | 1120 { |
1121 Lisp_Object old_level, old_length; | 1121 Lisp_Object old_level, old_length; |
1122 char macroerror[50]; | 1122 char macroerror[50]; |
1123 | |
1124 #ifdef HAVE_X_WINDOWS | |
1125 if (display_hourglass_p) | |
1126 cancel_hourglass (); | |
1127 #endif | |
1123 | 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) |
1127 sprintf (macroerror, "After 1 kbd macro iteration: "); | 1132 sprintf (macroerror, "After 1 kbd macro iteration: "); |