diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-29 17:01:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-29 17:01:07 +0000 |
commit | 6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32 (patch) | |
tree | 2a64c4f75861838773bc4a9410f33c488bb4aa89 /Src/Zle/zle_thingy.c | |
parent | 52e5a75a7a8a4a16579e708a006f6346ce765aeb (diff) | |
download | zsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.tar.gz zsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.tar.xz zsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.zip |
23488: tidy up module interface and documentation
Diffstat (limited to 'Src/Zle/zle_thingy.c')
-rw-r--r-- | Src/Zle/zle_thingy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index 42e32f142..536ddcd6a 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -590,7 +590,7 @@ bin_zle_complete(char *name, char **args, UNUSED(Options ops), UNUSED(char func) Thingy t; Widget w, cw; - if (require_module(name, "zsh/complete", NULL) == 1) { + if (require_module("zsh/complete", NULL) == 1) { zwarnnam(name, "can't load complete module"); return 1; } |