From 66d619bf64dec4c7472b5d4c09a964f5027fadb4 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Tue, 17 Jan 2006 22:21:49 +0000
Subject: [PATCH] add the Emacs header comment line to lib/*.in

---
 lib/easydialog.in | 1 +
 lib/parseini.in   | 1 +
 lib/tools.in      | 1 +
 lib/vserver.in    | 2 ++
 4 files changed, 5 insertions(+)

diff --git a/lib/easydialog.in b/lib/easydialog.in
index 121c56ab..d8033d44 100644
--- a/lib/easydialog.in
+++ b/lib/easydialog.in
@@ -1,4 +1,5 @@
 #!@BASH@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
 
 # copyright 2002 lmoore@tump.com under the terms of the GNU LGPL.
 # additions 2005 collective@riseup.net
diff --git a/lib/parseini.in b/lib/parseini.in
index b9dfd014..2f2124c4 100644
--- a/lib/parseini.in
+++ b/lib/parseini.in
@@ -1,3 +1,4 @@
+# -*- mode: awk; indent-tabs-mode: nil; -*-
 # 
 # parseini --- parses 'ini' style configuration files.
 #
diff --git a/lib/tools.in b/lib/tools.in
index 90df2645..2ec4da05 100644
--- a/lib/tools.in
+++ b/lib/tools.in
@@ -1,4 +1,5 @@
 #!@BASH@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
 
 # This file contains functions shared between ninjahelper and backupninja.
 
diff --git a/lib/vserver.in b/lib/vserver.in
index 8d89e885..30b2dfb2 100644
--- a/lib/vserver.in
+++ b/lib/vserver.in
@@ -1,3 +1,5 @@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+
 #####################################################
 ## VSERVERS RELATED FUNCTIONS FOR NINJAHELPER
 ##
-- 
GitLab