summaryrefslogtreecommitdiff
path: root/completions/xsltproc
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xsltproc')
-rw-r--r--completions/xsltproc8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/xsltproc b/completions/xsltproc
index 010eb7b5..7c38591f 100644
--- a/completions/xsltproc
+++ b/completions/xsltproc
@@ -1,4 +1,4 @@
-# xsltproc(1) completion
+# xsltproc(1) completion -*- shell-script -*-
_xsltproc()
{
@@ -46,10 +46,4 @@ _xsltproc()
} &&
complete -F _xsltproc xsltproc
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh