diff options
author | 2009-05-09 07:11:37 +0000 | |
---|---|---|
committer | 2009-05-09 07:11:37 +0000 | |
commit | 00122eed40cb1bc503eeaaae851bc841c8893e6f (patch) | |
tree | fcf8c71a96188e870e5c0cd5fd4456931b08566a /bin | |
parent | Local variables for Emacs. (diff) | |
download | eselect-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-x | bin/eselect.in | 7 |
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 : |