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/zprof.mdd | |
parent | a197b1173a5e361d899d4902f61c7f21223c01c0 (diff) | |
download | zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.gz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.xz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.zip |
23578: make standard features autoloadable,
use feature notation for .mdd autoloads
Diffstat (limited to 'Src/Modules/zprof.mdd')
-rw-r--r-- | Src/Modules/zprof.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zprof.mdd b/Src/Modules/zprof.mdd index c6cf563fa..6cf7f2723 100644 --- a/Src/Modules/zprof.mdd +++ b/Src/Modules/zprof.mdd @@ -2,6 +2,6 @@ name=zsh/zprof link=dynamic load=no -autobins="zprof" +autofeatures="b:zprof" objects="zprof.o" |