# HG changeset patch # User Dave Love # Date 1031247348 0 # Node ID 4b2201b87a08a79a5c6a90b0c7153df5fa4aa5b0 # Parent c8babd9c44df3c4ea4f3eaba2ac4ed3b4cdd478f (AH_BOTTOM): Add Local Variables comment. diff -r c8babd9c44df -r 4b2201b87a08 configure.in --- a/configure.in Thu Sep 05 17:11:25 2002 +0000 +++ b/configure.in Thu Sep 05 17:35:48 2002 +0000 @@ -2318,8 +2318,8 @@ AC_CHECK_HEADERS(nlist.h, [AC_DEFINE(NLIST_STRUCT, 1, [Define to 1 if you have .])]) -AH_TOP([/* GNU Emacs site configuration template file. -*- C -*- - Copyright (C) 1988, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. +AH_TOP([/* GNU Emacs site configuration template file. + Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -2550,6 +2550,12 @@ #else #define NO_RETURN /* nothing */ #endif + +/* +Local Variables: +mode: c +End: +*/ ])dnl #### Report on what we decided to do.