aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-14 22:11:21 +0000
committerKarl Heuer1995-06-14 22:11:21 +0000
commitd9b641bb9642531cfe2073a11fd888febfc070d0 (patch)
treea545be20f6bdf119685c8d26dd0927d68d172870 /src
parent63ff95ee93f33036f705e454f04c362696d00e32 (diff)
downloademacs-d9b641bb9642531cfe2073a11fd888febfc070d0.tar.gz
emacs-d9b641bb9642531cfe2073a11fd888febfc070d0.zip
(command_loop_1): Clear prefix arg (undo Feb 1 change).
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 ();