From: Pat Thoyts Date: Fri, 12 Mar 2010 18:31:48 +0000 (+0000) Subject: gitk: Add emacs editor variable block X-Git-Tag: v1.7.1-rc2~6^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adab0dabcc95d02c3ab2076f0db5e5f94b30a96d;p=thirdparty%2Fgit.git 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 ba91bba7e8..9da0526239 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: