From: Eli Zaretskii Date: Tue, 5 Feb 2002 18:13:45 +0000 (+0000) Subject: (current_minor_maps): `override' only shadows its X-Git-Tag: emacs-21.2~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5822c55cbb86d0f0e213739021f52bcab78d686;p=emacs.git (current_minor_maps): `override' only shadows its correspondent in minor-mode-map-alist, not the whole tail. --- 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)