1
0
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:
Richard M. Stallman 1994-04-13 21:54:08 +00:00
parent 783d76282f
commit 982344072c

View File

@ -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;
}