changeset 7241:aed440dca701

* gnulib-tool: Don't let emacs change spaces to TAB.
author Eric Blake <ebb9@byu.net>
date Thu, 31 Aug 2006 14:36:39 +0000
parents e9d3ace50303
children 39ce78c817b1
files ChangeLog gnulib-tool
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 'exit $?' 1 2 3 15
 
 exit 0
+
+# Local Variables:
+# indent-tabs-mode: nil
+# whitespace-check-buffer-indent: nil
+# End: