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 2a4fa196067..66f17178d5b 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -866,7 +866,7 @@ static Lisp_Object
866store_in_keymap (keymap, idx, def) 866store_in_keymap (keymap, idx, def)
867 Lisp_Object keymap; 867 Lisp_Object keymap;
868 register Lisp_Object idx; 868 register Lisp_Object idx;
869 register Lisp_Object def; 869 Lisp_Object def;
870{ 870{
871 /* Flush any reverse-map cache. */ 871 /* Flush any reverse-map cache. */
872 where_is_cache = Qnil; 872 where_is_cache = Qnil;