summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-13 21:54:08 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-13 21:54:08 +0000
commit09ccc0acbeb65e9846bed21d69bd495d5c964327 (patch)
tree9457c1bb2a64ea5173420211a8dbd5037a901001 /src/keymap.c
parentc45b17a93a86d876c4d73822f5d20e9017c4d71e (diff)
downloademacs-09ccc0acbeb65e9846bed21d69bd495d5c964327.tar.gz
(describe_map_tree): Fix call to Flookup_key.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index d1f0e8e579b..6351d9d1896 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -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;
}