about summary refs log tree commit diff
path: root/Completion/Pbmplus/_ppmchange
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:16:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-31 10:16:50 +0000
commit57e98c6948f0cb64e79c4455fc692d81a75e30bf (patch)
tree01eaa6eaf105f2fc83ff07060542c842944d5f6d /Completion/Pbmplus/_ppmchange
parentd02e7389f01c69ae830b3db0b197ea5aef91e95c (diff)
downloadzsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.tar.gz
zsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.tar.xz
zsh-57e98c6948f0cb64e79c4455fc692d81a75e30bf.zip
zsh-workers/7564
Diffstat (limited to 'Completion/Pbmplus/_ppmchange')
-rw-r--r--Completion/Pbmplus/_ppmchange2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Pbmplus/_ppmchange b/Completion/Pbmplus/_ppmchange
index 45c83ea2e..012ba9475 100644
--- a/Completion/Pbmplus/_ppmchange
+++ b/Completion/Pbmplus/_ppmchange
@@ -10,6 +10,6 @@ else
   _description expl 'old color'
 fi
 
-_colors "$expl[@]" && ret=0
+_x_color "$expl[@]" && ret=0
 
 return ret