]> code.delx.au - gnu-emacs/commit
(wrong_type_argument): Remove loop around Fsignal.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:15:46 +0000 (13:15 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:15:46 +0000 (13:15 +0000)
commit0c64a8cd5d232fba721154348a55528cefc7b569
tree13951037c3dd1ee660e7e3a5bccb88f07614a2e1
parent886742699bbd96ed2b93e764aec84f2dcb0f441b
(wrong_type_argument): Remove loop around Fsignal.
(Farrayp, Fsequencep): Use ARRAYP.
(Fcar, Fcdr): Remove loop around wrong_type_argument.
(Fcar): Use CAR.
(Fcar_safe): Use CAR_SAFE.
(Fcdr): Use CDR.
(Fcdr_safe): Use CDR_SAFE.
(Fsetcar, Fsetcdr): Use CHECK_CONS.
(Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
(Faset): Use CHECK_ARRAY.
src/data.c