mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(describe_map_tree): Fix call to Flookup_key.
This commit is contained in:
parent
783d76282f
commit
982344072c
@ -1953,7 +1953,7 @@ key binding\n\
|
||||
what we should use. */
|
||||
else
|
||||
{
|
||||
shmap = Flookup_key (shadow, Fcar (elt), Qt);
|
||||
shmap = Flookup_key (shmap, Fcar (elt), Qt);
|
||||
if (XTYPE (shmap) == Lisp_Int)
|
||||
shmap = Qnil;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user