]> git.eshelyaron.com Git - emacs.git/commit
(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:17:13 +0000 (13:17 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Jul 2006 13:17:13 +0000 (13:17 +0000)
commit89662fc36386cc9a89eae0c39ade8510fdf98416
treeb9584618fc5a9c90a8328771a8467594ccbc558f
parentb7f34213c10aa9354d06d15eb3c1ed1021ce947f
(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
(Fcopy_sequence, concat): Cleanup wrong_type_argument use.
(concat): Use CHECK_NUMBER.
(Felt): Use CHECK_ARRAY.
(Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
(Fmemq): Use CHECK_LIST.
(Fassq, Fassoc, Frassq, Frassoc): Use CAR.
(assq_no_quit): Use CAR_SAFE.
(Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
Use CHECK_LIST_CONS.
(Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
src/fns.c