From b1ae269e555cb3997ebac0ceae936f563e3c67c1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 23 Feb 2003 23:24:29 +0000 Subject: 18278: remove zgprintf, zformat already does this --- Functions/TCP/tcp_open | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_open') diff --git a/Functions/TCP/tcp_open b/Functions/TCP/tcp_open index d9d5a96da..f762d932a 100644 --- a/Functions/TCP/tcp_open +++ b/Functions/TCP/tcp_open @@ -54,7 +54,8 @@ emulate -L zsh setopt extendedglob cbases zmodload -i zsh/net/tcp || return 1 -autoload -U zgprintf tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler +zmodload -i zsh/zutil +autoload -U tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler autoload -U tcp_log tcp_output tcp_proxy tcp_read tcp_rename tcp_send autoload -U tcp_sess tcp_spam tcp_talk tcp_wait -- cgit v1.2.3