From: Dave Love Date: Thu, 5 Sep 2002 17:35:48 +0000 (+0000) Subject: (AH_BOTTOM): Add Local Variables comment. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0642c253368cfd9fccc8074535e5362271f641f1;p=emacs.git (AH_BOTTOM): Add Local Variables comment. --- diff --git a/configure.in b/configure.in index 6568011df68..1a663406d91 100644 --- a/configure.in +++ b/configure.in @@ -2318,8 +2318,8 @@ fi 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 @@ extern char *getenv (); #else #define NO_RETURN /* nothing */ #endif + +/* +Local Variables: +mode: c +End: +*/ ])dnl #### Report on what we decided to do.