aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index df12f254af9..76f59c2fa55 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1366,7 +1366,7 @@ spaces are put between sequence elements, etc.")
1366 } 1366 }
1367 keys = vector; 1367 keys = vector;
1368 } 1368 }
1369 else if (VECTORP (keys)) 1369 else if (!VECTORP (keys))
1370 keys = wrong_type_argument (Qarrayp, keys); 1370 keys = wrong_type_argument (Qarrayp, keys);
1371 1371
1372 /* In effect, this computes 1372 /* In effect, this computes