aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index a9266120e86..1e201e06dc3 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -610,7 +610,7 @@ map_keymap_internal (Lisp_Object map,
610 } 610 }
611 else if (CHAR_TABLE_P (binding)) 611 else if (CHAR_TABLE_P (binding))
612 map_char_table (map_keymap_char_table_item, Qnil, binding, 612 map_char_table (map_keymap_char_table_item, Qnil, binding,
613 format_save_value ("ppo", fun, data, args)); 613 make_save_value ("ppo", fun, data, args));
614 } 614 }
615 UNGCPRO; 615 UNGCPRO;
616 return tail; 616 return tail;