comparison src/eval.c @ 4782:73203b90eb26

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Sep 1993 21:15:37 +0000
parents 1fc792473491
children b38b74fe1722
comparison
equal deleted inserted replaced
4781:6cb9d6d6a46d 4782:73203b90eb26
1399 1399
1400 /* Note: This test is subtle. The cdr of an autoload-queue entry 1400 /* Note: This test is subtle. The cdr of an autoload-queue entry
1401 may be an atom if the autoload entry was generated by a defalias 1401 may be an atom if the autoload entry was generated by a defalias
1402 or fset. */ 1402 or fset. */
1403 if (CONSP (second)) 1403 if (CONSP (second))
1404 Fput(first, Qautoload, (Fcdr (second))); 1404 Fput (first, Qautoload, (Fcdr (second)));
1405 1405
1406 queue = Fcdr (queue); 1406 queue = Fcdr (queue);
1407 } 1407 }
1408 1408
1409 /* Once loading finishes, don't undo it. */ 1409 /* Once loading finishes, don't undo it. */