comparison oldXMenu/InsPane.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/InsPane.c,v 1.1 1999/10/03 19:35:04 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 *
108 * Return the number of the pane just added. 107 * Return the number of the pane just added.
109 */ 108 */
110 _XMErrorCode = XME_NO_ERROR; 109 _XMErrorCode = XME_NO_ERROR;
111 return(p_num); 110 return(p_num);
112 } 111 }
112
113 /* arch-tag: ab94d53d-f05b-4273-82d3-f1b01eb9dc9e
114 (do not change this comment) */