X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/73b0cd50031a714347109169ceb8bacae338612a..HEAD:/lwlib/lwlib-Xlw.c diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index 537011738f..f7713a116f 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c @@ -1,6 +1,7 @@ /* The lwlib interface to "xlwmenu" menus. - Copyright (C) 1992 Lucid, Inc. - Copyright (C) 1994, 2000-2011 Free Software Foundation, Inc. + +Copyright (C) 1992 Lucid, Inc. +Copyright (C) 1994, 2000-2016 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -15,16 +16,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see . */ -#ifdef HAVE_CONFIG_H #include -#endif #include -#include "lisp.h" +#include #include "lwlib-Xlw.h" #include @@ -272,4 +269,3 @@ xlw_destroy_instance (widget_instance *instance) if (instance->widget) XtDestroyWidget (instance->widget); } -