changeset 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 52aab53f8b83
children c24ac406a87b
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
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;
 	    }