scstadmin: Add local variables for emacs

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3694 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-20 06:54:59 +00:00
parent be2a156d3d
commit 158182310c
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# -*- mode: perl; perl-indent-level: 8; indent-tabs-mode: t -*-
package SCST::SCST;
# Author: Mark R. Buechler

View File

@@ -1,4 +1,5 @@
#!/usr/bin/perl
$Version = 'SCST Configurator v2.0.0';
# Configures SCST
@@ -4528,3 +4529,9 @@ sub commitSuicide {
print "\n\nAborting immediately.\n";
exit 1;
}
# Local Variables:
# mode: perl
# perl-indent-level: 8
# indent-tabs-mode: t
# End: