summaryrefslogtreecommitdiff
path: root/completions/upgradepkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/upgradepkg')
-rw-r--r--completions/upgradepkg8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/upgradepkg b/completions/upgradepkg
index e4a7d8ad..06dbe571 100644
--- a/completions/upgradepkg
+++ b/completions/upgradepkg
@@ -1,4 +1,4 @@
-# Slackware Linux upgradepkg completion
+# Slackware Linux upgradepkg completion -*- shell-script -*-
_upgradepkg()
{
@@ -14,10 +14,4 @@ _upgradepkg()
_filedir "t[bglx]z"
} && complete -F _upgradepkg upgradepkg
-# 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