]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Activate.c
Rework C source files to avoid ^(
[gnu-emacs] / oldXMenu / Activate.c
index fef8a3b6b2592b587b8758bada62169e29844b9f..0b812c5f5f0092bfc199bb5b9a62d8e9125c3858 100644 (file)
@@ -3,12 +3,12 @@
 #include "copyright.h"
 
 /*
-Copyright (C) 2001-201 Free Software Foundation, Inc.
+Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -78,7 +78,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  *
  *                     3)      The application has enabled asynchronous event
  *                             queuing mode.  In this mode all foreign events
- *                             will be queued up untill XMenuActivate
+ *                             will be queued up until XMenuActivate
  *                             terminates; at which time they will be
  *                             returned to the X event queue.  As long as
  *                             AEQ mode is enabled any asynchronous event
@@ -95,7 +95,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  *
  */
 
-#include <config.h>
 #include "XMenuInt.h"
 #include <X11/keysym.h>