comparison src/keyboard.c @ 87603:91ea9f8cc64f

(parse_menu_item): Don't enclose key bindings on menu bar in parentheses.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 06 Jan 2008 21:34:57 +0000
parents b1f54ef8cb8f
children 91da483b3fa5 606f2d163a64
comparison
equal deleted inserted replaced
87602:f9428851f929 87603:91ea9f8cc64f
8108 } 8108 }
8109 8109
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
8117 /* If we only want to precompute equivalent key bindings, stop here. */ 8118 /* If we only want to precompute equivalent key bindings, stop here. */
8118 if (notreal) 8119 if (notreal)