From c97d067f27899d890a99036fcbed9263f4f68875 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 24 Oct 2012 16:51:47 +0200 Subject: [PATCH] Make local variables configure hack more robust * configure.ac (emacs_local_vars_begin): Use extra m4 quoting so that newer Emscasen won't take it up as Local Variables for this file. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f6505e5..c5300e3a 100644 --- a/configure.ac +++ b/configure.ac @@ -925,7 +925,7 @@ AC_CHECK_TYPES([error_t], [], # A substitution to set generated files in a Emacs buffer to read-only. -AC_SUBST(emacs_local_vars_begin, ['Local Variables:']) +AC_SUBST(emacs_local_vars_begin, [['Local][ ][Variables:']]) AC_SUBST(emacs_local_vars_read_only, ['buffer-read-only: t']) AC_SUBST(emacs_local_vars_end, ['End:'])