ttn pushed a commit to branch branch_release-1-8 in repository guile. commit d6aae483df74e499647920c4b7ec8578c9ba1a73 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Fri Mar 3 06:39:22 2017 +0100
[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. --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 24c0ee3..842918f 100644 --- a/configure.ac +++ b/configure.ac @@ -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