summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-12 18:48:18 +0200
committerTor Lillqvist <tml@hemulen.(none)>2011-01-12 18:49:14 +0200
commit8910ee630e40f655ff295955cc6cd388e8feef67 (patch)
treefc1c9882229a135533544f30673a50892678e47a /set_soenv.in
parent605b8c63d38ce81c00094e7608b7b5fb561be026 (diff)
Add Emacs and vim mode lines
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x[-rw-r--r--]set_soenv.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 5ff28315267f..feeb83d1c14b 100644..100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1,4 +1,4 @@
-#!@PERL@ -w
+#!@PERL@ -w # -*- Mode: perl; tab-width: 4; indent-tabs-mode: nil; -*-
#
# Program: set_soenv.in
# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
@@ -2626,6 +2626,5 @@ sub AddWarning
$Warning = $Warning."* - set_soenv: warning: $arg1 $newline"; # add the warning
}
}
-#-------------------
-# That's all folks!
-#-------------------
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: #