Improvements to vc-bzr conffile handling and pull/merge support.
[bpt/emacs.git] / oldXMenu / SetAEQ.c
index 49ff664..f4d51d2 100644 (file)
@@ -1,8 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -19,9 +18,9 @@
 
 #include "XMenuInt.h"
 
-XMenuSetAEQ(menu, aeq)
-    register XMenu *menu;      /* Menu object to be modified. */
-    register int aeq;          /* AEQ mode? */
+XMenuSetAEQ(register XMenu *menu, register int aeq)
+                               /* Menu object to be modified. */
+                               /* AEQ mode? */
 {
     /*
      * Set the AEQ mode switch.
@@ -29,5 +28,3 @@ XMenuSetAEQ(menu, aeq)
     menu->aeq = aeq;
 }
 
-/* arch-tag: 48fc22b4-0722-4852-a044-788444e4a9dc
-   (do not change this comment) */