mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(parse_menu_item): Don't enclose key bindings on
menu bar in parentheses.
This commit is contained in:
parent
8290574e10
commit
ee2e9728e4
1 changed files with 2 additions and 1 deletions
|
|
@ -8110,7 +8110,8 @@ parse_menu_item (item, notreal, inmenubar)
|
|||
tem = XCDR (cachelist);
|
||||
if (newcache && !NILP (tem))
|
||||
{
|
||||
tem = concat3 (build_string (" ("), tem, build_string (")"));
|
||||
tem = concat2 (build_string (" "), tem);
|
||||
// tem = concat3 (build_string (" ("), tem, build_string (")"));
|
||||
XSETCDR (cachelist, tem);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue