From ffabab4e74ae5b7e61550c528b8d19f6af6217e3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Jul 2008 19:12:22 +0000 Subject: 25276: use autoload -z for zsh-autoload functions --- Functions/Misc/tetris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/tetris') diff --git a/Functions/Misc/tetris b/Functions/Misc/tetris index a9d367964..697f2c74d 100644 --- a/Functions/Misc/tetris +++ b/Functions/Misc/tetris @@ -1,7 +1,7 @@ # Someone once accused zsh of not being as complete as Emacs, because it # lacks Tetris and an adventure game. # -# autoload -U tetris +# autoload -Uz tetris # zle -N tetris # bindkey '...' tetris -- cgit v1.2.3