aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index ac5b2090b6d..affce27280a 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1053,6 +1053,7 @@ command_loop_1 ()
1053 int was_locked = single_kboard; 1053 int was_locked = single_kboard;
1054#endif 1054#endif
1055 1055
1056 current_kboard->Vprefix_arg = Qnil;
1056 Vdeactivate_mark = Qnil; 1057 Vdeactivate_mark = Qnil;
1057 waiting_for_input = 0; 1058 waiting_for_input = 0;
1058 cancel_echoing (); 1059 cancel_echoing ();