Restore r1.1 of emacs.png as emacs22.png
[bpt/emacs.git] / oldXMenu / ChgSel.c
index 591fbb7..9a1230b 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/ChgSel.c,v 1.1 1992/04/11 22:10:17 jimb Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -13,6 +13,7 @@
  *
  */
 
+#include <config.h>
 #include "XMenuInt.h"
 
 int
@@ -28,7 +29,7 @@ XMenuChangeSelection(display, menu, p_num, s_num, data, data_sw, label, label_sw
 {
     register XMPane *p_ptr;    /* XMPane pointer. */
     register XMSelect *s_ptr;  /* XMSelect pointer. */
-    
+
     int label_length;          /* Label length in characters. */
     int label_width;           /* Label width in pixels. */
 
@@ -86,3 +87,6 @@ XMenuChangeSelection(display, menu, p_num, s_num, data, data_sw, label, label_sw
     _XMErrorCode = XME_NO_ERROR;
     return(s_num);
 }
+
+/* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841
+   (do not change this comment) */