view oldXMenu/EvHand.c @ 41887:8c0b69283972

Fix some 8-bit-graphic characters. Use iso2022 encoding. (latin1-char-displayable-p): Doc fix. (latin1-display-ucs-per-lynx): New option. (latin1-display-ucs-per-lynx): New command. (latin1-display-reset): Special-case arabic. (ucs-tables): Require. (latin1-display-sets, latin1-display-setup): Add arabic. (latin1-display) <variable>: Use function latin1-display. (latin1-display) <function>: Add mule-unicode stuff. (latin1-display-check-font): Don't lose if `info' is nil.
author Dave Love <fx@gnu.org>
date Fri, 07 Dec 2001 18:08:15 +0000
parents bbce331da1be
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

#include "copyright.h"

/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/EvHand.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
/* Copyright    Massachusetts Institute of Technology    1985	*/

/*
 * XMenu:	MIT Project Athena, X Window system menu package
 *
 * 	XMenuEventHandler - Set the XMenu asynchronous event handler.
 *
 *	Author:		Tony Della Fera, DEC
 *			December 19, 1985
 *
 */

#include "XMenuInt.h"

XMenuEventHandler(handler)
    int (*handler)();
{
    /*
     * Set the global event handler variable.
     */
    _XMEventHandler = handler;
}