aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 21bdb6c16bd..c840979c88f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3235,7 +3235,7 @@ menu_bar_one_keymap (keymap, result)
3235 } 3235 }
3236 else if (EQ (binding, Qundefined)) 3236 else if (EQ (binding, Qundefined))
3237 result = menu_bar_item (key, item_string, 3237 result = menu_bar_item (key, item_string,
3238 Fcdr (binding), result); 3238 binding, result);
3239 } 3239 }
3240 else if (XTYPE (item) == Lisp_Vector) 3240 else if (XTYPE (item) == Lisp_Vector)
3241 { 3241 {
@@ -3256,7 +3256,7 @@ menu_bar_one_keymap (keymap, result)
3256 } 3256 }
3257 else if (EQ (binding, Qundefined)) 3257 else if (EQ (binding, Qundefined))
3258 result = menu_bar_item (key, item_string, 3258 result = menu_bar_item (key, item_string,
3259 Fcdr (binding), result); 3259 binding, result);
3260 } 3260 }
3261 } 3261 }
3262 } 3262 }