aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 02f7c75edab..ea8637c3b1a 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -552,7 +552,6 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
552 else if (CONSP (binding)) 552 else if (CONSP (binding))
553 { 553 {
554 Lisp_Object key = XCAR (binding); 554 Lisp_Object key = XCAR (binding);
555 int c1, c2;
556 555
557 if (EQ (key, idx)) 556 if (EQ (key, idx))
558 val = XCDR (binding); 557 val = XCDR (binding);