aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Create.c
diff options
context:
space:
mode:
authorStephen Berman2013-06-14 22:07:55 +0200
committerStephen Berman2013-06-14 22:07:55 +0200
commitbd358779861f265a7acff31ead40172735af693e (patch)
tree345217a9889dbd29b09bdc80a94265c17719d41f /oldXMenu/Create.c
parent2a97b47f0878cbda86cb6ba0e7e744924810b70e (diff)
parentf7394b12358ae453a0c8b85fc307afc1b740010d (diff)
downloademacs-bd358779861f265a7acff31ead40172735af693e.tar.gz
emacs-bd358779861f265a7acff31ead40172735af693e.zip
Merge from trunk.
Diffstat (limited to 'oldXMenu/Create.c')
-rw-r--r--oldXMenu/Create.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 1d21e534300..a72f12e5b03 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. 6Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
29 * 29 *
30 */ 30 */
31 31
32#include <config.h>
33#include "XMenuInt.h" 32#include "XMenuInt.h"
34#include <stdlib.h> 33#include <stdlib.h>
35 34