diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2084,7 +2084,7 @@ the second. */) | |||
| 2084 | else if (VECTORP (seq)) | 2084 | else if (VECTORP (seq)) |
| 2085 | sort_vector (seq, predicate); | 2085 | sort_vector (seq, predicate); |
| 2086 | else if (!NILP (seq)) | 2086 | else if (!NILP (seq)) |
| 2087 | wrong_type_argument (Qsequencep, seq); | 2087 | wrong_type_argument (Qlist_or_vector_p, seq); |
| 2088 | return seq; | 2088 | return seq; |
| 2089 | } | 2089 | } |
| 2090 | 2090 | ||
| @@ -5358,6 +5358,7 @@ Used by `featurep' and `require', and altered by `provide'. */); | |||
| 5358 | DEFSYM (Qsubfeatures, "subfeatures"); | 5358 | DEFSYM (Qsubfeatures, "subfeatures"); |
| 5359 | DEFSYM (Qfuncall, "funcall"); | 5359 | DEFSYM (Qfuncall, "funcall"); |
| 5360 | DEFSYM (Qplistp, "plistp"); | 5360 | DEFSYM (Qplistp, "plistp"); |
| 5361 | DEFSYM (Qlist_or_vector_p, "list-or-vector-p"); | ||
| 5361 | 5362 | ||
| 5362 | #ifdef HAVE_LANGINFO_CODESET | 5363 | #ifdef HAVE_LANGINFO_CODESET |
| 5363 | DEFSYM (Qcodeset, "codeset"); | 5364 | DEFSYM (Qcodeset, "codeset"); |