diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-18 06:00:04 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-18 06:00:04 +0000 |
commit | e0ae2a59b3842e23264b19c2d1702a9c998e7278 (patch) | |
tree | 42f6f9cfe3ba2d5ed47f7b19a93f886adb4ed601 /Completion/Unix/Command | |
parent | 6a712844959230ea633edc77336f984f75aeec68 (diff) | |
download | zsh-e0ae2a59b3842e23264b19c2d1702a9c998e7278.tar.gz zsh-e0ae2a59b3842e23264b19c2d1702a9c998e7278.tar.xz zsh-e0ae2a59b3842e23264b19c2d1702a9c998e7278.zip |
unposted: remove unnecessary parameter declarations in _xmlsoft
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_xmlsoft | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index 100a0de62..a07aec4ab 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -28,7 +28,7 @@ case $service in ':file:_files -g \*.xml' && return ;; xmllint) - local curcontext="$curcontext" state line encoding + local -a encoding encoding=( UTF-8 |