comparison oldXMenu/EvHand.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/EvHand.c,v 1.1 1999/10/03 19:35:01 fx Exp $ */ 3 /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/EvHand.c,v 1.1 1992/04/11 22:10:19 jimb 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 *
22 * Set the global event handler variable. 22 * Set the global event handler variable.
23 */ 23 */
24 _XMEventHandler = handler; 24 _XMEventHandler = handler;
25 } 25 }
26 26
27 /* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3
28 (do not change this comment) */