diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -4625,8 +4625,7 @@ otherwise. */) | |||
| 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); |