X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/463f5630a5e7cbe7f042bc1175d1fa1c4e98860f..51b23c448632f4947fb0e364b8f7d35b90c04e39:/lwlib/lwlib-utils.c diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 3abff32579..9dce513cb8 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -1,5 +1,7 @@ /* Defines some widget utility functions. - Copyright (C) 1992 Lucid, Inc. +Copyright (C) 1992 Lucid, Inc. +Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -15,8 +17,8 @@ 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., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include @@ -29,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #undef index #undef rindex +#include #include "../src/lisp.h" #include @@ -182,3 +185,6 @@ XtSafelyDestroyWidget (widget) abort (); #endif } + +/* arch-tag: f21f0a1f-2a4e-44e1-8715-7f234fe2d159 + (do not change this comment) */