comparison oldXMenu/InsPane.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 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ 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 */ 4 /* Copyright Massachusetts Institute of Technology 1985 */
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 *
108 * Return the number of the pane just added. 108 * Return the number of the pane just added.
109 */ 109 */
110 _XMErrorCode = XME_NO_ERROR; 110 _XMErrorCode = XME_NO_ERROR;
111 return(p_num); 111 return(p_num);
112 } 112 }
113
114 /* arch-tag: ab94d53d-f05b-4273-82d3-f1b01eb9dc9e
115 (do not change this comment) */