OSDN Git Service

Correct position of Emacs mode specification lines.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 20 Jan 2014 22:56:34 +0000 (22:56 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 20 Jan 2014 22:56:34 +0000 (22:56 +0000)
ChangeLog
configure.ac

index 4b9cf81..9f95422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-01-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct position of Emacs mode specification lines.
+
+       * configure.ac: Emacs mode specification should appear on first
+       non-blank line in file; relocate it accordingly.  Also add explicit
+       filetype mode specification for Vim.
+
 2014-01-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Do not require pre-existence of features we are implementing.
index ae1cef0..232edd8 100644 (file)
@@ -1,3 +1,6 @@
+# -*- Autoconf -*- vim: filetype=config
+# Process this file with autoconf to produce a configure script.
+
 ##
 # @file configure.ac
 # Copyright 2012-2014 MinGW.org project
@@ -22,9 +25,6 @@
 # DEALINGS IN THE SOFTWARE.
 ##
 
-#                                               -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
 AC_PREREQ([2.68])
 AC_INIT([MinGW.org WSL], [4.0], [http://www.mingw.org/report_bugs], [mingw-org-wsl], [http://www.mingw.org])
 AC_CONFIG_AUX_DIR([build-aux])