]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-utils.c
Make `initials' completion work for /hh -> /home/horn again (bug#5524).
[gnu-emacs] / lwlib / lwlib-utils.c
index 3abff32579ae5c08e73718f9b6e07e29b67586e5..9dce513cb82d8d76cdf49a83076d0e760fac2151 100644 (file)
@@ -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 <config.h>
@@ -29,6 +31,7 @@ Boston, MA 02111-1307, USA.  */
 #undef index
 #undef rindex
 
+#include <setjmp.h>
 #include "../src/lisp.h"
 
 #include <X11/Xatom.h>
@@ -182,3 +185,6 @@ XtSafelyDestroyWidget (widget)
   abort ();
 #endif
 }
+
+/* arch-tag: f21f0a1f-2a4e-44e1-8715-7f234fe2d159
+   (do not change this comment) */