From d5fbda44c32c6d9905406b074ebeccb26e263055 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 14 Dec 1999 18:04:06 +0000 Subject: zsh-workers/9046 --- Completion/User/_cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User') diff --git a/Completion/User/_cvs b/Completion/User/_cvs index 4ebbd4222..8cb20b7c3 100644 --- a/Completion/User/_cvs +++ b/Completion/User/_cvs @@ -489,7 +489,7 @@ _cvs_extract_file_entries () { (( $+functions[_cvs_extract_modifiedfile_entries] )) || _cvs_extract_modifiedfile_entries () { if zstyle -t ":completion${curcontext}:cvs" disable-stat || - ! { zmodload -e stat || zmodload stat }; then + ! { zmodload -e zsh/stat || zmodload zsh/stat }; then _cvs_extract_file_entries return fi -- cgit 1.4.1