comparison src/macros.c @ 10856:882404a39680

(Fexecute_kbd_macro): Use clear_prefix_arg.
author Karl Heuer <kwzh@gnu.org>
date Wed, 01 Mar 1995 03:43:41 +0000
parents e00a48bb7ad4
children b0edc245c9b7
comparison
equal deleted inserted replaced
10855:fddf2b79ebcf 10856:882404a39680
215 Vexecuting_macro = final; 215 Vexecuting_macro = final;
216 executing_macro_index = 0; 216 executing_macro_index = 0;
217 217
218 if (!current_perdisplay) 218 if (!current_perdisplay)
219 abort (); 219 abort ();
220 current_perdisplay->Vprefix_arg = Qnil; 220 clear_prefix_arg ();
221 command_loop_1 (); 221 command_loop_1 ();
222 222
223 QUIT; 223 QUIT;
224 } 224 }
225 while (--repeat 225 while (--repeat