]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Destroy.c
(ebnf-stop-on-error): Doc fix (Nil -> nil).
[gnu-emacs] / oldXMenu / Destroy.c
index 588af2ad37df0ab359aebfd25f33e38149ac2a6b..52ab5028546798210f942dfad280b5070e77c6be 100644 (file)
@@ -1,7 +1,8 @@
 #include "copyright.h"
 
-/* $Header: /cvs/emacs/oldXMenu/Destroy.c,v 1.1 1999/10/03 19:34:59 fx Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
+/* Copyright (C) 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -114,3 +115,6 @@ XMenuDestroy(display, menu)
      */
     free(menu);
 }
+
+/* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015
+   (do not change this comment) */