about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-18 09:22:31 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-18 09:22:31 +0000
commit781a5bd4b1ac91e18bd58470030fac8f15d6a432 (patch)
treeb3eae06f6ad3b4771a47579f90c041170b3ab571 /Src
parentc515a58aca50c37a4efd4b0542d633b3347c1eb5 (diff)
downloadzsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.gz
zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.xz
zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.zip
small doc fix; make compcall autoload compctl module (11457)
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/compctl.mdd7
1 files changed, 5 insertions, 2 deletions
diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd
index c83ecda29..b4e1756fb 100644
--- a/Src/Zle/compctl.mdd
+++ b/Src/Zle/compctl.mdd
@@ -1,5 +1,8 @@
-moddeps="comp1"
+name=zsh/compctl
 
-autobins="compctl"
+moddeps="zsh/complete zsh/zle"
 
+autobins="compctl compcall"
+
+headers="compctl.h"
 objects="compctl.o"