diff options
| author | Richard M. Stallman | 1994-04-13 21:54:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 21:54:08 +0000 |
| commit | 982344072cf65aae865595a19d21d6282bd50e00 (patch) | |
| tree | 184995d37f51d6aba8249f10095275845270bbb9 /src | |
| parent | 783d76282f55d8bc3637f8b2c2a4c476c85c241e (diff) | |
| download | emacs-982344072cf65aae865595a19d21d6282bd50e00.tar.gz emacs-982344072cf65aae865595a19d21d6282bd50e00.zip | |
(describe_map_tree): Fix call to Flookup_key.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
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\ | |||
| 1953 | what we should use. */ | 1953 | what we should use. */ |
| 1954 | else | 1954 | else |
| 1955 | { | 1955 | { |
| 1956 | shmap = Flookup_key (shadow, Fcar (elt), Qt); | 1956 | shmap = Flookup_key (shmap, Fcar (elt), Qt); |
| 1957 | if (XTYPE (shmap) == Lisp_Int) | 1957 | if (XTYPE (shmap) == Lisp_Int) |
| 1958 | shmap = Qnil; | 1958 | shmap = Qnil; |
| 1959 | } | 1959 | } |