aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-09 07:11:37 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-09 07:11:37 +0000
commit00122eed40cb1bc503eeaaae851bc841c8893e6f (patch)
treefcf8c71a96188e870e5c0cd5fd4456931b08566a /bin
parentLocal variables for Emacs. (diff)
downloadeselect-00122eed40cb1bc503eeaaae851bc841c8893e6f.tar.gz
eselect-00122eed40cb1bc503eeaaae851bc841c8893e6f.tar.bz2
eselect-00122eed40cb1bc503eeaaae851bc841c8893e6f.zip
Local variables for Emacs.
svn path=/trunk/; revision=530
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eselect.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index ac1f460..8973e89 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -37,7 +37,7 @@ ESELECT_DEFAULT_ACTIONS="${ESELECT_CORE_PATH}/default.eselect"
ESELECT_VERSION="%VERSION%"
ESELECT_PROGRAM_NAME="eselect"
-# Invokation information
+# Invocation information
ESELECT_BINARY_NAME="${0}"
ESELECT_KILL_TARGET="$$"
@@ -183,4 +183,9 @@ else
ec_do_help
fi
+# Local Variables:
+# sh-indentation: 4
+# indent-tabs-mode: nil
+# End:
+
# vim: set sw=4 et sts=4 tw=80 :