diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-20 20:59:15 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-20 20:59:15 +0000 |
| commit | 0a1de76213c4012a8b17b30eb08a77c4aa05d4bc (patch) | |
| tree | 51b81d095d0ce91d51762d31bb002170b33621dc /Src/Modules/clone.mdd | |
| parent | 23567: missed out ChangeLog entry (diff) | |
| download | zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.gz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.bz2 zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.lz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.xz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.zst zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.zip | |
23578: make standard features autoloadable,
use feature notation for .mdd autoloads
Diffstat (limited to 'Src/Modules/clone.mdd')
| -rw-r--r-- | Src/Modules/clone.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/clone.mdd b/Src/Modules/clone.mdd index 8e4181bd4..47fca4ce8 100644 --- a/Src/Modules/clone.mdd +++ b/Src/Modules/clone.mdd @@ -2,6 +2,6 @@ name=zsh/clone link=dynamic load=no -autobins="clone" +autofeatures="b:clone" objects="clone.o" |
