diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-01 22:14:45 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-01 22:14:45 +0200 |
commit | 0d10b94e7a6e701e2bccbef79236a25fa33be6ff (patch) | |
tree | f59948c7da201bc4a388844c6f5f9d2576cb8229 /completions/idn | |
parent | 15211e74fe915e07fb97363b7d5adfd7ca81d1c9 (diff) | |
download | bash-completion-0d10b94e7a6e701e2bccbef79236a25fa33be6ff.tar.gz |
Move Emacs indentation settings from every file to .dir-locals.el.
Diffstat (limited to 'completions/idn')
-rw-r--r-- | completions/idn | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/completions/idn b/completions/idn index 8b57ef3d..14e4cc1a 100644 --- a/completions/idn +++ b/completions/idn @@ -1,3 +1,5 @@ +# idn(1) completion -*- shell-script -*- + _idn() { local cur prev words cword split @@ -21,10 +23,4 @@ _idn() } && complete -F _idn idn -# 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 |