about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-16 14:26:16 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-16 14:26:16 +0000
commit02c0df21747e5795197510f15da73bd0c287e978 (patch)
treecb14653880f6e9aed25c179c7dbc301f287e9242 /Functions
parent77d48c89e05417ef40abc917ec7e2713779f8951 (diff)
downloadzsh-02c0df21747e5795197510f15da73bd0c287e978.tar.gz
zsh-02c0df21747e5795197510f15da73bd0c287e978.tar.xz
zsh-02c0df21747e5795197510f15da73bd0c287e978.zip
manual/9083
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/zls2
-rw-r--r--Functions/Zftp/zfinit2
2 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Misc/zls b/Functions/Misc/zls
index 22138cd6c..30a8fb9ed 100644
--- a/Functions/Misc/zls
+++ b/Functions/Misc/zls
@@ -1,7 +1,7 @@
 # zls () {
 # simple internal ls using the stat module
 
-zmodload -i stat || return 1
+zmodload -i zsh/stat || return 1
 
 emulate -R zsh
 setopt localoptions
diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit
index 7179b5e3e..9edb2a2c9 100644
--- a/Functions/Zftp/zfinit
+++ b/Functions/Zftp/zfinit
@@ -1,6 +1,6 @@
 emulate -L zsh
 
-[[ $1 = -n ]] || zmodload -e zftp || zmodload -ia zftp || return 1
+[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp || return 1
 
 if zmodload -i zutil; then
   local arr