aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-08 12:51:10 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-08 12:51:10 +0000
commit22305b313339050ea1807d38378b74438ccd4b08 (patch)
tree16928365a41528e04d0bcea3119de111a48ef22d /misc
parentMake parsing of files in env.d more robust, fixes bug 283932. (diff)
downloadeselect-22305b313339050ea1807d38378b74438ccd4b08.tar.gz
eselect-22305b313339050ea1807d38378b74438ccd4b08.tar.bz2
eselect-22305b313339050ea1807d38378b74438ccd4b08.zip
Put all editor meta information into the first line of each file.
svn path=/trunk/; revision=642
Diffstat (limited to 'misc')
-rw-r--r--misc/eselect.bashcomp8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 444b79a..5c4a988 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -1,3 +1,4 @@
+# -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -43,10 +44,3 @@ _eselect() {
}
complete -F _eselect eselect
-
-# Local Variables:
-# mode: sh
-# indent-tabs-mode: nil
-# End:
-
-# vim: set ft=sh tw=80 sw=4 et :