From 092472dab755645333186e1398f6b261ec6fa112 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 18 Nov 1999 10:05:45 +0000 Subject: zsh-workers/8665 --- Completion/Linux/_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index eb30924dc..b31ea656f 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -79,7 +79,7 @@ while [[ -n "$state" ]]; do # First try to call a user-defined function. - funcall ret _rpm_$state && return ret + _funcall ret _rpm_$state && return ret # Copy the state and reset `state', to simplify the test above. -- cgit 1.4.1