]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Sep 1993 21:15:37 +0000 (21:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Sep 1993 21:15:37 +0000 (21:15 +0000)
src/eval.c

index 1b05bf09e37da314a1b9c63950384e375b86d3eb..b7d06fb78b90e8e93ddd7e18b8fe9f0b43155d8a 100644 (file)
@@ -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);
     }