From a5822c55cbb86d0f0e213739021f52bcab78d686 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 5 Feb 2002 18:13:45 +0000 Subject: [PATCH] (current_minor_maps): `override' only shadows its correspondent in minor-mode-map-alist, not the whole tail. --- src/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keymap.c b/src/keymap.c index 82ee642923c..a01131a1fc6 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1174,7 +1174,7 @@ current_minor_maps (modeptr, mapptr) { val = assq_no_quit (var, lists[0]); if (!NILP (val)) - break; + continue; } if (i >= cmm_size) -- 2.39.5