Mercurial > hg > xemacs-beta
comparison src/gui.c @ 4990:8f0cf4fd3d2c
Automatic merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 06 Feb 2010 04:01:46 -0600 |
| parents | e813cf16c015 |
| children | b5df3737028a |
comparison
equal
deleted
inserted
replaced
| 4989:d2ec55325515 | 4990:8f0cf4fd3d2c |
|---|---|
| 514 suffix = Feval (suffix); | 514 suffix = Feval (suffix); |
| 515 suffix = IGNORE_MULTIPLE_VALUES (suffix); | 515 suffix = IGNORE_MULTIPLE_VALUES (suffix); |
| 516 CHECK_STRING (suffix); | 516 CHECK_STRING (suffix); |
| 517 } | 517 } |
| 518 | 518 |
| 519 retval = concat3 (pgui_item->name, build_string (" "), suffix); | 519 retval = concat3 (pgui_item->name, build_ascstring (" "), suffix); |
| 520 } | 520 } |
| 521 | 521 |
| 522 return retval; | 522 return retval; |
| 523 } | 523 } |
| 524 | 524 |
