aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/keymap.c b/src/keymap.c
index bcbeda72c8c..e4f68d386de 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2901,10 +2901,7 @@ remapped command in the returned list. */)
2901 { 2901 {
2902 Lisp_Object seqs = where_is_internal (function, keymaps, 2902 Lisp_Object seqs = where_is_internal (function, keymaps,
2903 !NILP (noindirect), nomenus); 2903 !NILP (noindirect), nomenus);
2904 Lisp_Object args[2]; 2904 remapped_sequences = nconc2 (Freverse (seqs), remapped_sequences);
2905 args[0] = Freverse (seqs);
2906 args[1] = remapped_sequences;
2907 remapped_sequences = Fnconc (2, args);
2908 continue; 2905 continue;
2909 } 2906 }
2910 2907