diff options
author | intrigeri <intrigeri@boum.org> | 2006-01-17 22:21:49 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-01-17 22:21:49 +0000 |
commit | 66d619bf64dec4c7472b5d4c09a964f5027fadb4 (patch) | |
tree | 5131dee8cbec82eff22d6550dcf7e56c3dedb7fc /lib | |
parent | 4beb261328e6e09d9f23c2f3a7a45e2ed94d30bc (diff) | |
download | backupninja-66d619bf64dec4c7472b5d4c09a964f5027fadb4.tar.gz backupninja-66d619bf64dec4c7472b5d4c09a964f5027fadb4.tar.bz2 |
add the Emacs header comment line to lib/*.in
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easydialog.in | 1 | ||||
-rw-r--r-- | lib/parseini.in | 1 | ||||
-rw-r--r-- | lib/tools.in | 1 | ||||
-rw-r--r-- | lib/vserver.in | 2 |
4 files changed, 5 insertions, 0 deletions
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 ## |