summaryrefslogtreecommitdiff
path: root/completions/ether-wake
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-11-01 22:14:45 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-11-01 22:14:45 +0200
commit0d10b94e7a6e701e2bccbef79236a25fa33be6ff (patch)
treef59948c7da201bc4a388844c6f5f9d2576cb8229 /completions/ether-wake
parent15211e74fe915e07fb97363b7d5adfd7ca81d1c9 (diff)
downloadbash-completion-0d10b94e7a6e701e2bccbef79236a25fa33be6ff.tar.gz
Move Emacs indentation settings from every file to .dir-locals.el.
Diffstat (limited to 'completions/ether-wake')
-rw-r--r--completions/ether-wake8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/ether-wake b/completions/ether-wake
index 96ac75af..2142d74e 100644
--- a/completions/ether-wake
+++ b/completions/ether-wake
@@ -1,4 +1,4 @@
-# ether-wake(8) completion
+# ether-wake(8) completion -*- shell-script -*-
_ether_wake()
{
@@ -24,10 +24,4 @@ _ether_wake()
} &&
complete -F _ether_wake ether-wake
-# 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