Mercurial > emacs
comparison src/macros.c @ 10627:e00a48bb7ad4
(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 01 Feb 1995 22:33:11 +0000 |
| parents | 2c681685646b |
| children | 882404a39680 |
comparison
equal
deleted
inserted
replaced
| 10626:616345f74278 | 10627:e00a48bb7ad4 |
|---|---|
| 213 do | 213 do |
| 214 { | 214 { |
| 215 Vexecuting_macro = final; | 215 Vexecuting_macro = final; |
| 216 executing_macro_index = 0; | 216 executing_macro_index = 0; |
| 217 | 217 |
| 218 if (!current_perdisplay) | |
| 219 abort (); | |
| 220 current_perdisplay->Vprefix_arg = Qnil; | |
| 218 command_loop_1 (); | 221 command_loop_1 (); |
| 219 | 222 |
| 220 QUIT; | 223 QUIT; |
| 221 } | 224 } |
| 222 while (--repeat | 225 while (--repeat |
