diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2012-08-22 18:16:23 +0200 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2012-08-23 17:44:09 +0200 |
commit | 037b7f6a16d06073ae2b1f5cd3ad2588b2685455 (patch) | |
tree | 504af81aa2e5a73634123de7a4bf22f725720754 | |
parent | 4099d14b93fc60ff6c8bd0d3f409bf30772d939f (diff) | |
download | guile-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.ac | 6 |
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: |