emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/oldXMenu/EvHand.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/EvHand.c [lexbind]
Date: Tue, 14 Oct 2003 18:56:42 -0400

Index: emacs/oldXMenu/EvHand.c
diff -c /dev/null emacs/oldXMenu/EvHand.c:1.1.18.1
*** /dev/null   Tue Oct 14 18:56:42 2003
--- emacs/oldXMenu/EvHand.c     Tue Oct 14 18:56:27 2003
***************
*** 0 ****
--- 1,28 ----
+ #include "copyright.h"
+ 
+ /* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.1.18.1 2003/10/14 
22:56:27 miles 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;
+ }
+ 
+ /* arch-tag: 8d614c8c-94d9-43c8-8e32-c438a3c8a8a3
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]