From 5caf317c3a29ca0091f7e19b4f923978aaa4b012 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 10 Jan 2015 18:06:17 -0800 Subject: unposted (cf. 34218): : remove -m from zmodload calls --- Completion/compinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/compinstall') diff --git a/Completion/compinstall b/Completion/compinstall index 2f99d270d..afa517edb 100644 --- a/Completion/compinstall +++ b/Completion/compinstall @@ -3,7 +3,7 @@ emulate -L zsh setopt extendedglob -zmodload -m -F zsh/files b:zf_ln || return 1 +zmodload -F zsh/files b:zf_ln || return 1 local key local compcontext=-default- -- cgit 1.4.1