1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 21:40:34 +02:00

[build int] Remove EOF "Local Variables" block; nfc

These days, Emacs' Autoconf mode has proper support for
‘dnl’ in ‘comment-start’, ‘comment-end’, ‘comment-start-skip’;
we no longer need to specify these explicitly.

* configure.ac: Remove EOF "Local Variables" block.
This commit is contained in:
Thien-Thi Nguyen 2017-03-03 06:39:22 +01:00
parent 956494e4f7
commit d6aae483df

View file

@ -1648,8 +1648,4 @@ CONFIG_SCRIPT([test-suite/standalone/test-fast-slot-ref])
AC_OUTPUT
dnl Local Variables:
dnl comment-start: "dnl "
dnl comment-end: ""
dnl comment-start-skip: "\\bdnl\\b\\s *"
dnl End:
dnl configure.ac ends here