(Fhandle_switch_frame): Preserve prefix arg.

This commit is contained in:
Karl Heuer
1995-06-16 01:59:08 +00:00
parent d99671d7b9
commit 6951cd7145

View File

@@ -526,6 +526,8 @@ to that frame.")
(frame, no_enter)
Lisp_Object frame, no_enter;
{
/* Preserve prefix arg that the command loop just cleared. */
current_kboard->Vprefix_arg = Vcurrent_prefix_arg;
return do_switch_frame (frame, no_enter, 0);
}