(Fkey_description): Reverse condition.
This commit is contained in:
parent
ddf09aa603
commit
e283121bc3
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ spaces are put between sequence elements, etc.")
|
|||
}
|
||||
keys = vector;
|
||||
}
|
||||
else if (VECTORP (keys))
|
||||
else if (!VECTORP (keys))
|
||||
keys = wrong_type_argument (Qarrayp, keys);
|
||||
|
||||
/* In effect, this computes
|
||||
|
|
Loading…
Add table
Reference in a new issue