From 03e230cc54103d18e9c8a18208c7d27805400a71 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Dec 1999 21:29:55 +0000 Subject: manual:9047 --- Completion/User/_cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/User/_cvs b/Completion/User/_cvs index 8cb20b7c3..4ebbd4222 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 zsh/stat || zmodload zsh/stat }; then + ! { zmodload -e stat || zmodload stat }; then _cvs_extract_file_entries return fi -- cgit 1.4.1