From d726746c3d16f7606d984c94ca1cc6b59d192d30 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 28 Feb 2000 10:00:25 +0000 Subject: manual/9897 --- Completion/User/_lp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_lp') diff --git a/Completion/User/_lp b/Completion/User/_lp index d1c110b1c..51fbb1616 100644 --- a/Completion/User/_lp +++ b/Completion/User/_lp @@ -64,7 +64,7 @@ else else printer=() fi - list=( ${(M)"${(f@)$(lpq $printer 2> /dev/null)}":#[0-9]*} ) + list=( ${(M)"${(f@)$(_call jobs lpq $printer 2> /dev/null)}":#[0-9]*} ) if (( $#list )); then _tags users jobs -- cgit 1.4.1