comparison oldXMenu/Locate.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/Locate.c,v 1.1 1999/10/03 19:35:09 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 * XMenuLocate - Return data necessary to position and locate 9 * XMenuLocate - Return data necessary to position and locate
74 * Return successfully. 74 * Return successfully.
75 */ 75 */
76 _XMErrorCode = XME_NO_ERROR; 76 _XMErrorCode = XME_NO_ERROR;
77 return(XM_SUCCESS); 77 return(XM_SUCCESS);
78 } 78 }
79
80 /* arch-tag: 1ff94bab-cf67-4c92-bff4-dc0130153173
81 (do not change this comment) */