From: Karl Heuer Date: Wed, 14 Jun 1995 22:11:21 +0000 (+0000) Subject: (command_loop_1): Clear prefix arg (undo Feb 1 change). X-Git-Tag: emacs-19.34~3632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9b641bb9642531cfe2073a11fd888febfc070d0;p=emacs.git (command_loop_1): Clear prefix arg (undo Feb 1 change). --- 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 () int was_locked = single_kboard; #endif + current_kboard->Vprefix_arg = Qnil; Vdeactivate_mark = Qnil; waiting_for_input = 0; cancel_echoing ();