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.
This commit is contained in:
parent
12a0c93433
commit
c97d067f27
@ -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:'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user