diff options
author | Eric Blake <ebb9@byu.net> | 2006-08-31 14:36:39 +0000 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2006-08-31 14:36:39 +0000 |
commit | 1c795e506880da0ea22a814e91cff2e295d18374 (patch) | |
tree | 17cc5e917f2fbf168c04507cc5fcfba5d9c29562 | |
parent | 703b49b642a23c9e2b13359fed9aae654921071f (diff) | |
download | gnulib-1c795e506880da0ea22a814e91cff2e295d18374.tar.gz |
* gnulib-tool: Don't let emacs change spaces to TAB.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | gnulib-tool | 7 |
2 files changed, 10 insertions, 1 deletions
@@ -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: |