X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fkeymap.c;h=430acdcd6cac2d6a3f57c4c05cf54736427baa21;hb=c8882e7279d916cbef14f074bdc366d2033165f7;hp=499404b4e8973838a6661e48e94022e1e00fe34f;hpb=a71e0987b7080176e0046b0b0ed72a9a70e2571d;p=chise%2Fxemacs-chise.git- diff --git a/src/keymap.c b/src/keymap.c index 499404b..430acdc 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1141,6 +1141,7 @@ copy_keymap_internal (Lisp_Keymap *keymap) new_keymap->sub_maps_cache = Qnil; /* No submaps */ new_keymap->table = Fcopy_hash_table (keymap->table); new_keymap->inverse_table = Fcopy_hash_table (keymap->inverse_table); + new_keymap->default_binding = keymap->default_binding; /* After copying the inverse map, we need to copy the conses which are its values, lest they be shared by the copy, and mangled. */