(Fexecute_kbd_macro): Reindent properly.

This commit is contained in:
Erik Naggum 1996-01-09 03:58:16 +00:00
parent 9cd8b13ac2
commit 1c8c569380

View file

@ -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))