comparison oldXMenu/ChgSel.c @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
1 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvs/emacs/oldXMenu/ChgSel.c,v 1.1 1999/10/03 19:34:54 fx Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 3 /* Copyright Massachusetts Institute of Technology 1985 */
5 4
6 /* 5 /*
7 * XMenu: MIT Project Athena, X Window system menu package 6 * XMenu: MIT Project Athena, X Window system menu package
8 * 7 *
84 * Return successfully. 83 * Return successfully.
85 */ 84 */
86 _XMErrorCode = XME_NO_ERROR; 85 _XMErrorCode = XME_NO_ERROR;
87 return(s_num); 86 return(s_num);
88 } 87 }
88
89 /* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841
90 (do not change this comment) */