aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-10-18 22:14:45 +0000
committerStefan Monnier <[email protected]>2001-10-18 22:14:45 +0000
commitef879104ac3c61732bab1b99a0f3cb4ca5c1ffb4 (patch)
tree634bbdb476f8483a6f180b3f76a17c2ee1e99be3 /src/keymap.c
parent309034797301ae6491392cce252342f49d3a1240 (diff)
(current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.
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)