From 0ba8ae87eac21281e0b17eb9cbb523d133067a4a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 8 Jun 2005 12:45:24 +0000 Subject: 21315: make completion functions give precendence to descriptions passed as parameters and cleanup descriptons in calling functions --- Completion/Unix/Type/_locales | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_locales') diff --git a/Completion/Unix/Type/_locales b/Completion/Unix/Type/_locales index edc86ed78..e809667d1 100644 --- a/Completion/Unix/Type/_locales +++ b/Completion/Unix/Type/_locales @@ -9,4 +9,4 @@ else locales=( /usr/lib/locale/*(:t) ) fi -_wanted locales expl locale compadd "$@" -a locales +_wanted locales expl locale compadd -a "$@" - locales -- cgit 1.4.1