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/datetime.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/datetime.mdd')
-rw-r--r-- | Src/Modules/datetime.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/datetime.mdd b/Src/Modules/datetime.mdd index 853b3bc79..0e5ffffb2 100644 --- a/Src/Modules/datetime.mdd +++ b/Src/Modules/datetime.mdd @@ -4,6 +4,6 @@ link=either load=no functions='Functions/Calendar/*' -autobins="strftime" +autofeatures="b:strftime p:EPOCHSECONDS" objects="datetime.o" |