about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-18 10:05:45 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-18 10:05:45 +0000
commit092472dab755645333186e1398f6b261ec6fa112 (patch)
treea5cb784bfaa32dc2e22211db9cec273ab96c78c4 /Completion/Linux
parentfe461d9a8c154010db7d8f06d059fa1cb4e61081 (diff)
downloadzsh-092472dab755645333186e1398f6b261ec6fa112.tar.gz
zsh-092472dab755645333186e1398f6b261ec6fa112.tar.xz
zsh-092472dab755645333186e1398f6b261ec6fa112.zip
zsh-workers/8665
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/_rpm2
1 files changed, 1 insertions, 1 deletions
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.