# HG changeset patch # User Erik Naggum # Date 821159896 0 # Node ID 0950fefc4bd1c8e72d21114c3487ef8f24569955 # Parent 6215cbb7f702fb570089c99072dd69b952de7a21 (Fexecute_kbd_macro): Reindent properly. diff -r 6215cbb7f702 -r 0950fefc4bd1 src/macros.c --- a/src/macros.c Tue Jan 09 03:16:51 1996 +0000 +++ b/src/macros.c Tue Jan 09 03:58:16 1996 +0000 @@ -212,10 +212,11 @@ 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))