From: Pat Thoyts Date: Fri, 12 Mar 2010 18:31:48 +0000 (+0000) Subject: gitk: Add emacs editor variable block X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=adab0dabcc95d02c3ab2076f0db5e5f94b30a96d;p=gitk gitk: Add emacs editor variable block Help contributors use the correct indentation style. Signed-off-by: Pat Thoyts Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index ba91bba..9da0526 100755 --- a/gitk +++ b/gitk @@ -11610,3 +11610,9 @@ if {[tk windowingsystem] eq "win32"} { } getcommits {} + +# Local variables: +# mode: tcl +# indent-tabs-mode: t +# tab-width: 8 +# End: