guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/10: [build int] Remove EOF "Local Variables" block; n


From: Thien-Thi Nguyen
Subject: [Guile-commits] 04/10: [build int] Remove EOF "Local Variables" block; nfc
Date: Fri, 3 Mar 2017 04:17:04 -0500 (EST)

ttn pushed a commit to branch branch_release-1-8
in repository guile.

commit d6aae483df74e499647920c4b7ec8578c9ba1a73
Author: Thien-Thi Nguyen <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]