diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
| commit | 49a1ad7516f84672dcea24bc6178f87f92789c7c (patch) | |
| tree | 95839ab8df06151f9322c89ffe7734b28f36a360 /Src/Modules/parameter.mdd | |
| parent | ALL_EXPORT tweaks. (diff) | |
| download | zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.gz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.bz2 zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.lz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.xz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.zst zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.zip | |
13194: change in module configuration system
Diffstat (limited to 'Src/Modules/parameter.mdd')
| -rw-r--r-- | Src/Modules/parameter.mdd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Src/Modules/parameter.mdd b/Src/Modules/parameter.mdd index e2820aa9c..a24d1b2c5 100644 --- a/Src/Modules/parameter.mdd +++ b/Src/Modules/parameter.mdd @@ -1,3 +1,7 @@ -autoparams="parameters commands functions options" +name=zsh/parameter +link=either +load=yes + +autoparams="parameters commands functions dis_functions funcstack builtins dis_builtins reswords dis_reswords options modules dirstack history historywords jobtexts jobdirs jobstates nameddirs userdirs aliases dis_aliases galiases dis_galiases" objects="parameter.o" |
