diff src/keymap.c @ 6859:f34b91fa388c
(describe_map_tree): Fix call to Flookup_key.
| author |
Richard M. Stallman <rms@gnu.org> |
| date |
Wed, 13 Apr 1994 21:54:08 +0000 |
| parents |
6a77fcbb5d44 |
| children |
ab22b527d380 |
line diff
--- a/src/keymap.c Wed Apr 13 21:14:54 1994 +0000
+++ b/src/keymap.c Wed Apr 13 21:54:08 1994 +0000
@@ -1953,7 +1953,7 @@
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;
}