From e0b26186f1d3c1a3a580eb7e8a8199c25536f4e6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 26 Oct 1999 15:36:10 +0000 Subject: manual/8424 --- Src/Zle/zle_thingy.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Zle/zle_thingy.c') diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index 4f1bb03f2..72a0f120d 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -551,13 +551,13 @@ bin_zle_complete(char *name, char **args, char *ops, char func) Widget w, cw; #ifdef DYNAMIC - if (!require_module(name, "compctl", 0, 0)) { - zerrnam(name, "can't load compctl module", NULL, 0); + if (!require_module(name, "complete", 0, 0)) { + zerrnam(name, "can't load complete module", NULL, 0); return 1; } #else - if (!makecompparamsptr) { - zerrnam(name, "compctl module not available", NULL, 0); + if (!module_linked("complete")) { + zerrnam(name, "complete module not available", NULL, 0); return 1; } #endif -- cgit 1.4.1