From 02c0df21747e5795197510f15da73bd0c287e978 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 14:26:16 +0000 Subject: manual/9083 --- 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