summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2012-08-22 18:16:23 +0200
committerThien-Thi Nguyen <ttn@gnuvola.org>2012-08-23 17:44:09 +0200
commit037b7f6a16d06073ae2b1f5cd3ad2588b2685455 (patch)
tree504af81aa2e5a73634123de7a4bf22f725720754
parent4099d14b93fc60ff6c8bd0d3f409bf30772d939f (diff)
downloadguile-037b7f6a16d06073ae2b1f5cd3ad2588b2685455.tar.gz
configure, 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.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b77e8ff8b..9daa94455 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1643,9 +1643,3 @@ CONFIG_SCRIPT([test-suite/standalone/test-use-srfi])
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: