mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +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. */
|
what we should use. */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
shmap = Flookup_key (shadow, Fcar (elt), Qt);
|
shmap = Flookup_key (shmap, Fcar (elt), Qt);
|
||||||
if (XTYPE (shmap) == Lisp_Int)
|
if (XTYPE (shmap) == Lisp_Int)
|
||||||
shmap = Qnil;
|
shmap = Qnil;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user