comparison oldXMenu/FindPane.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/FindPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */ 3 /* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 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 *
60 * a match. 60 * a match.
61 */ 61 */
62 _XMErrorCode = XME_P_NOT_FOUND; 62 _XMErrorCode = XME_P_NOT_FOUND;
63 return (XM_FAILURE); 63 return (XM_FAILURE);
64 } 64 }
65
66 /* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54
67 (do not change this comment) */