From 0a1de76213c4012a8b17b30eb08a77c4aa05d4bc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 20 Jun 2007 20:59:15 +0000 Subject: 23578: make standard features autoloadable, use feature notation for .mdd autoloads --- Src/Modules/example.mdd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Src/Modules/example.mdd') diff --git a/Src/Modules/example.mdd b/Src/Modules/example.mdd index b3fcc92f7..3a00e3ed2 100644 --- a/Src/Modules/example.mdd +++ b/Src/Modules/example.mdd @@ -2,11 +2,6 @@ name=zsh/example link=dynamic load=no -autobins="example" - -autoinfixconds="ex" -autoprefixconds="len" -autoparams="exint exstr exarr" -automathfuncs="sum length" +autofeatures="b:example C:ex c:len p:exint p:exstr p:exarr f:sum f:length" objects="example.o" -- cgit 1.4.1