while (( $# )); do
	unfunction $1;
	autoload -U $1;
	shift;
done
# vim:syntax=sh filetype=sh
