about summary refs log tree commit diff
path: root/Completion/User/_nslookup
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/User/_nslookup
parentfe461d9a8c154010db7d8f06d059fa1cb4e61081 (diff)
downloadzsh-092472dab755645333186e1398f6b261ec6fa112.tar.gz
zsh-092472dab755645333186e1398f6b261ec6fa112.tar.xz
zsh-092472dab755645333186e1398f6b261ec6fa112.zip
zsh-workers/8665
Diffstat (limited to 'Completion/User/_nslookup')
-rw-r--r--Completion/User/_nslookup8
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/User/_nslookup b/Completion/User/_nslookup
index 495a0e3de..13500ff2c 100644
--- a/Completion/User/_nslookup
+++ b/Completion/User/_nslookup
@@ -50,7 +50,7 @@ setopts=(
 if [[ -n "$compcontext" ]]; then
   if [[ CURRENT -eq 1 ]]; then
 
-    funcall ret _nslookup_command && return ret
+    _funcall ret _nslookup_command && return ret
 
     _alternative \
         'commands:command:compadd server lserver root finger ls view help set' \
@@ -58,7 +58,7 @@ if [[ -n "$compcontext" ]]; then
     return ret
   elif [[ "$compstate[context]" = redirect ]]; then
 
-    funcall ret _nslookup_redirect && return ret
+    _funcall ret _nslookup_redirect && return ret
 
     _tags -C redirection files || return 1
 
@@ -79,9 +79,9 @@ if [[ -n "$compcontext" ]]; then
   fi
 
   if [[ "$words[1]" = [a-z]## ]]; then
-    funcall ret _nslookup_$words[1] && return ret
+    _funcall ret _nslookup_$words[1] && return ret
   else
-    funcall ret _nslookup_host && return ret
+    _funcall ret _nslookup_host && return ret
   fi
 
   case "$words[1]" in