summaryrefslogtreecommitdiff
path: root/completions/munin-run
diff options
context:
space:
mode:
Diffstat (limited to 'completions/munin-run')
-rw-r--r--completions/munin-run8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/munin-run b/completions/munin-run
index 03c686d0..756a0e0a 100644
--- a/completions/munin-run
+++ b/completions/munin-run
@@ -1,4 +1,4 @@
-# munin-run completion
+# munin-run completion -*- shell-script -*-
_munin_run()
{
@@ -25,10 +25,4 @@ _munin_run()
} &&
complete -F _munin_run munin-run
-# 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