summaryrefslogtreecommitdiff
path: root/completions/apache2ctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/apache2ctl')
-rw-r--r--completions/apache2ctl8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/apache2ctl b/completions/apache2ctl
index d9b10639..f6fdeb30 100644
--- a/completions/apache2ctl
+++ b/completions/apache2ctl
@@ -1,4 +1,4 @@
-# apache2ctl(1) completion
+# apache2ctl(1) completion -*- shell-script -*-
_apache2ctl()
{
@@ -13,10 +13,4 @@ _apache2ctl()
} &&
complete -F _apache2ctl apache2ctl
-# 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