diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1958,7 +1958,7 @@ if the first element should sort before the second. */) | |||
| 1958 | else if (VECTORP (seq)) | 1958 | else if (VECTORP (seq)) |
| 1959 | seq = sort_vector (seq, predicate); | 1959 | seq = sort_vector (seq, predicate); |
| 1960 | else if (!NILP (seq)) | 1960 | else if (!NILP (seq)) |
| 1961 | wrong_type_argument (Qarrayp, seq); | 1961 | wrong_type_argument (Qsequencep, seq); |
| 1962 | return seq; | 1962 | return seq; |
| 1963 | } | 1963 | } |
| 1964 | 1964 | ||