From 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 13:33:52 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Zle/insert-composed-char | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/insert-composed-char') diff --git a/Functions/Zle/insert-composed-char b/Functions/Zle/insert-composed-char index b218538f9..c0922e7d4 100644 --- a/Functions/Zle/insert-composed-char +++ b/Functions/Zle/insert-composed-char @@ -142,7 +142,7 @@ fi if (( ${+zsh_accented_chars} == 0 )); then # Save quite a lot of memory by running and then erasing # the function that defines the characters. - autoload -U define-composed-chars + autoload -Uz define-composed-chars define-composed-chars unfunction define-composed-chars fi -- cgit 1.4.1