comparison oldXMenu/Create.c @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
1 /* $Header: /cvsroot/emacs/emacs/oldXMenu/Create.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ 1 /* $Header: /cvs/emacs/oldXMenu/Create.c,v 1.1 1999/10/03 19:34:56 fx Exp $ */
2 /* Copyright Massachusetts Institute of Technology 1985 */ 2 /* Copyright Massachusetts Institute of Technology 1985 */
3 3
4 #include "copyright.h" 4 #include "copyright.h"
5 5
6 /* 6 /*
757 * Return the completed XMenu. 757 * Return the completed XMenu.
758 */ 758 */
759 _XMErrorCode = XME_NO_ERROR; 759 _XMErrorCode = XME_NO_ERROR;
760 return(menu); 760 return(menu);
761 } 761 }
762
763 /* arch-tag: 6945b7d2-3b13-40b9-8b6e-56b1b20f3463
764 (do not change this comment) */