From: Erik Naggum Date: Tue, 9 Jan 1996 03:58:16 +0000 (+0000) Subject: (Fexecute_kbd_macro): Reindent properly. X-Git-Tag: emacs-19.34~1760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c8c5693802955f9237f05e76b7b6decff8dc4ca;p=emacs.git (Fexecute_kbd_macro): Reindent properly. --- diff --git a/src/macros.c b/src/macros.c index 80e3025a9a8..66a63a6a1df 100644 --- a/src/macros.c +++ b/src/macros.c @@ -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))