* gnulib-tool: Don't let emacs change spaces to TAB.
authorEric Blake <ebb9@byu.net>
Thu, 31 Aug 2006 14:36:39 +0000 (14:36 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 31 Aug 2006 14:36:39 +0000 (14:36 +0000)
ChangeLog
gnulib-tool

index 4525988..8329b5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-31  Eric Blake  <ebb9@byu.net>
+
+       * gnulib-tool: Don't let emacs change spaces to TAB.
+
 2006-08-31  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
index 501aea1..bbe38a9 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-08-31 13:40:57 $'
+cvsdatestamp='$Date: 2006-08-31 14:36:39 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -2616,3 +2616,8 @@ trap '' 0
 trap 'exit $?' 1 2 3 15
 
 exit 0
+
+# Local Variables:
+# indent-tabs-mode: nil
+# whitespace-check-buffer-indent: nil
+# End: