summaryrefslogtreecommitdiff
path: root/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion7
1 files changed, 1 insertions, 6 deletions
diff --git a/bash_completion b/bash_completion
index 6bc2afe2..2e0bd8ed 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1,3 +1,4 @@
+# -*- shell-script -*-
#
# bash_completion - programmable completion functions for bash 4.1+
#
@@ -1888,10 +1889,4 @@ unset have
set $BASH_COMPLETION_ORIGINAL_V_VALUE
unset BASH_COMPLETION_ORIGINAL_V_VALUE
-# 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