From: Richard M. Stallman Date: Thu, 23 Sep 1993 21:15:37 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: emacs-19.34~11069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03e267c23b31924980b6f3f0d8e9676952fe0c77;p=emacs.git Whitespace fix. --- diff --git a/src/eval.c b/src/eval.c index 1b05bf09e37..b7d06fb78b9 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1401,7 +1401,7 @@ do_autoload (fundef, funname) may be an atom if the autoload entry was generated by a defalias or fset. */ if (CONSP (second)) - Fput(first, Qautoload, (Fcdr (second))); + Fput (first, Qautoload, (Fcdr (second))); queue = Fcdr (queue); }