From d6aae483df74e499647920c4b7ec8578c9ba1a73 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 3 Mar 2017 06:39:22 +0100 Subject: [PATCH] [build int] Remove EOF "Local Variables" block; nfc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 24c0ee303..842918f0f 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