summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-31 12:06:13 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-31 12:06:13 +0000
commitf07f43d191fe23209876061b7a31b5cb1e9a219d (patch)
tree7644bfa43d825061f5fd8697909ee54a5e93a59c /lib
parent14f0ac2e621a7dcd0f2d3a33058a8a092fda26a5 (diff)
downloadquilt-f07f43d191fe23209876061b7a31b5cb1e9a219d.tar.gz
Add syntax highlighting tags for emacs and vim
Diffstat (limited to 'lib')
-rwxr-xr-xlib/apatch.in4
-rw-r--r--lib/patchfns.in4
-rwxr-xr-xlib/rpatch.in4
-rwxr-xr-xlib/spec2series.in4
4 files changed, 16 insertions, 0 deletions
diff --git a/lib/apatch.in b/lib/apatch.in
index 3e48e37..a749b46 100755
--- a/lib/apatch.in
+++ b/lib/apatch.in
@@ -183,3 +183,7 @@ then
fi
apatch $patch
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/patchfns.in b/lib/patchfns.in
index f61edae..e17d164 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -608,3 +608,7 @@ in_array()
done
return 1
}
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/rpatch.in b/lib/rpatch.in
index 077e11b..7c69594 100755
--- a/lib/rpatch.in
+++ b/lib/rpatch.in
@@ -248,3 +248,7 @@ then
fi
rpatch "$patch" || exit 1
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh
diff --git a/lib/spec2series.in b/lib/spec2series.in
index 350723f..63aa50b 100755
--- a/lib/spec2series.in
+++ b/lib/spec2series.in
@@ -221,3 +221,7 @@ echo " done" >&2
cat
fi
)
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh