symbol `undefined', don't try to take that symbol's cdr before
passing it to menu_bar_item; pass the `undefined' binding itself,
so menu_bar_item can remove bindings for the same key from result.
}
else if (EQ (binding, Qundefined))
result = menu_bar_item (key, item_string,
- Fcdr (binding), result);
+ binding, result);
}
else if (XTYPE (item) == Lisp_Vector)
{
}
else if (EQ (binding, Qundefined))
result = menu_bar_item (key, item_string,
- Fcdr (binding), result);
+ binding, result);
}
}
}