aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4ede295fcdb..0122e31396e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8110,7 +8110,8 @@ parse_menu_item (item, notreal, inmenubar)
8110 tem = XCDR (cachelist); 8110 tem = XCDR (cachelist);
8111 if (newcache && !NILP (tem)) 8111 if (newcache && !NILP (tem))
8112 { 8112 {
8113 tem = concat3 (build_string (" ("), tem, build_string (")")); 8113 tem = concat2 (build_string (" "), tem);
8114 // tem = concat3 (build_string (" ("), tem, build_string (")"));
8114 XSETCDR (cachelist, tem); 8115 XSETCDR (cachelist, tem);
8115 } 8116 }
8116 8117