aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index eb4d3ab375..85a70a1a1e 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1184,7 +1184,7 @@ current_minor_maps (modeptr, mapptr)
{
val = assq_no_quit (var, lists[0]);
if (!NILP (val))
- break;
+ continue;
}
if (i >= cmm_size)