From 63acd1060174cd9d3595abb3fe71174c595e8131 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 17 Jan 2000 18:25:25 +0000 Subject: zsh-workers/9332 --- Src/Zle/complete.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/complete.c') diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index d4c9f76c8..75bda321e 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -1177,7 +1177,7 @@ comp_setunset(int rset, int runset, int kset, int kunset) /**/ static int -comp_wrapper(List list, FuncWrap w, char *name) +comp_wrapper(Eprog prog, FuncWrap w, char *name) { if (incompfunc != 1) return 1; @@ -1214,7 +1214,7 @@ comp_wrapper(List list, FuncWrap w, char *name) owords = arrdup(compwords); } LASTALLOC; - runshfunc(list, w, name); + runshfunc(prog, w, name); if (comprestore && !strcmp(comprestore, "auto")) { compcurrent = ocur; -- cgit 1.4.1