aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 75de7e9f4a7..7362bc81457 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -914,7 +914,7 @@ copy_keymap_item (elt)
914 return res; 914 return res;
915} 915}
916 916
917void 917static void
918copy_keymap_1 (chartable, idx, elt) 918copy_keymap_1 (chartable, idx, elt)
919 Lisp_Object chartable, idx, elt; 919 Lisp_Object chartable, idx, elt;
920{ 920{