comparison src/mac.c @ 71838:a322faa9b90c

(Fmac_get_preference): Use CHECK_LIST_END.
author Kim F. Storm <storm@cua.dk>
date Wed, 12 Jul 2006 13:19:33 +0000
parents 021c1400e746
children bb89b5bbed54 8a8e69664178
comparison
equal deleted inserted replaced
71837:b4bcd3aefbe8 71838:a322faa9b90c
4623 else 4623 else
4624 { 4624 {
4625 CHECK_CONS (key); 4625 CHECK_CONS (key);
4626 for (tmp = key; CONSP (tmp); tmp = XCDR (tmp)) 4626 for (tmp = key; CONSP (tmp); tmp = XCDR (tmp))
4627 CHECK_STRING_CAR (tmp); 4627 CHECK_STRING_CAR (tmp);
4628 if (!NILP (tmp)) 4628 CHECK_LIST_END (tmp, key);
4629 wrong_type_argument (Qlistp, key);
4630 } 4629 }
4631 if (!NILP (application)) 4630 if (!NILP (application))
4632 CHECK_STRING (application); 4631 CHECK_STRING (application);
4633 CHECK_SYMBOL (format); 4632 CHECK_SYMBOL (format);
4634 if (!NILP (hash_bound)) 4633 if (!NILP (hash_bound))