comparison oldXMenu/InsSel.c @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvs/emacs/oldXMenu/InsSel.c,v 1.1 1999/10/03 19:35:05 fx Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 3 /* Copyright Massachusetts Institute of Technology 1985 */
4 /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
5 5
6 /* 6 /*
7 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
8 * 8 *
9 * XMenuInsertSelection - Inserts a selection into an XMenu object 9 * XMenuInsertSelection - Inserts a selection into an XMenu object
112 * Return the selection number just inserted. 112 * Return the selection number just inserted.
113 */ 113 */
114 _XMErrorCode = XME_NO_ERROR; 114 _XMErrorCode = XME_NO_ERROR;
115 return(s_num); 115 return(s_num);
116 } 116 }
117
118 /* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663
119 (do not change this comment) */