(Fexecute_kbd_macro): Reindent properly.
This commit is contained in:
parent
9cd8b13ac2
commit
1c8c569380
1 changed files with 5 additions and 4 deletions
|
@ -212,10 +212,11 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
|
|||
int repeat = 1;
|
||||
struct gcpro gcpro1;
|
||||
|
||||
if (!NILP (count)) {
|
||||
count = Fprefix_numeric_value (count);
|
||||
repeat = XINT (count);
|
||||
}
|
||||
if (!NILP (count))
|
||||
{
|
||||
count = Fprefix_numeric_value (count);
|
||||
repeat = XINT (count);
|
||||
}
|
||||
|
||||
final = indirect_function (macro);
|
||||
if (!STRINGP (final) && !VECTORP (final))
|
||||
|
|
Loading…
Add table
Reference in a new issue