From: intrigeri Date: Tue, 17 Jan 2006 22:21:49 +0000 (+0000) Subject: add the Emacs header comment line to lib/*.in X-Git-Tag: backupninja-0.9.3~39 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=66d619bf64dec4c7472b5d4c09a964f5027fadb4 add the Emacs header comment line to lib/*.in --- diff --git a/lib/easydialog.in b/lib/easydialog.in index 121c56a..d8033d4 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 b9dfd01..2f2124c 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 90df264..2ec4da0 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 8d89e88..30b2dfb 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 ##