summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-08-31 14:36:39 +0000
committerEric Blake <ebb9@byu.net>2006-08-31 14:36:39 +0000
commit1c795e506880da0ea22a814e91cff2e295d18374 (patch)
tree17cc5e917f2fbf168c04507cc5fcfba5d9c29562
parent703b49b642a23c9e2b13359fed9aae654921071f (diff)
downloadgnulib-1c795e506880da0ea22a814e91cff2e295d18374.tar.gz
* gnulib-tool: Don't let emacs change spaces to TAB.
-rw-r--r--ChangeLog4
-rwxr-xr-xgnulib-tool7
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45259887d5..8329b5d86b 100644
--- 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
diff --git a/gnulib-tool b/gnulib-tool
index 501aea1d0e..bbe38a94de 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -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: