diff options
Diffstat (limited to 'src/keymap.c')
| -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 00726cdea9d..b3c1400a64c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2878,7 +2878,7 @@ remapped command in the returned list. */) | |||
| 2878 | && !NILP (firstonly) | 2878 | && !NILP (firstonly) |
| 2879 | && !NILP (tem = Fget (definition, QCadvertised_binding))) | 2879 | && !NILP (tem = Fget (definition, QCadvertised_binding))) |
| 2880 | { | 2880 | { |
| 2881 | /* We have a list of advertized bindings. */ | 2881 | /* We have a list of advertised bindings. */ |
| 2882 | while (CONSP (tem)) | 2882 | while (CONSP (tem)) |
| 2883 | if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition)) | 2883 | if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition)) |
| 2884 | return XCAR (tem); | 2884 | return XCAR (tem); |