diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:13:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:13:36 +0000 |
commit | c66544a86b60c435741e019ca03da2bc3b7d7108 (patch) | |
tree | cce931dc33a4d35b74add75156f01ca458582e82 /Src/builtin.c | |
parent | 72f4ec6b76ae0a5fdb10483a1c51cc60e0c93782 (diff) | |
download | zsh-c66544a86b60c435741e019ca03da2bc3b7d7108.tar.gz zsh-c66544a86b60c435741e019ca03da2bc3b7d7108.tar.xz zsh-c66544a86b60c435741e019ca03da2bc3b7d7108.zip |
12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
Diffstat (limited to 'Src/builtin.c')
-rw-r--r-- | Src/builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c index 477e984cd..864fd41b9 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -123,7 +123,7 @@ static struct builtin builtins[] = BUILTIN("whence", 0, bin_whence, 0, -1, 0, "acmpvfsw", NULL), BUILTIN("where", 0, bin_whence, 0, -1, 0, "pmsw", "ca"), BUILTIN("which", 0, bin_whence, 0, -1, 0, "ampsw", "c"), - BUILTIN("zmodload", 0, bin_zmodload, 0, -1, 0, "ILabcfdipue", NULL), + BUILTIN("zmodload", 0, bin_zmodload, 0, -1, 0, "ARILabcfdipue", NULL), BUILTIN("zcompile", 0, bin_zcompile, 0, -1, 0, "tUMRcmzka", NULL), }; |