From adab0dabcc95d02c3ab2076f0db5e5f94b30a96d Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Fri, 12 Mar 2010 18:31:48 +0000 Subject: [PATCH] gitk: Add emacs editor variable block Help contributors use the correct indentation style. Signed-off-by: Pat Thoyts Signed-off-by: Paul Mackerras --- gitk | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.11.4.GIT