mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
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:
@@ -1,3 +1,5 @@
|
||||
# -*- mode: perl; perl-indent-level: 8; indent-tabs-mode: t -*-
|
||||
|
||||
package SCST::SCST;
|
||||
|
||||
# Author: Mark R. Buechler
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user