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 --- Functions/Calendar/calendar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Calendar') diff --git a/Functions/Calendar/calendar b/Functions/Calendar/calendar index 0d651dc10..aff39b369 100644 --- a/Functions/Calendar/calendar +++ b/Functions/Calendar/calendar @@ -12,7 +12,7 @@ local -A reply zmodload -i zsh/datetime || return 1 zmodload -i zsh/zutil || return 1 -zmodload -m -F zsh/files b:zf_ln || return 1 +zmodload -F zsh/files b:zf_ln || return 1 autoload -Uz calendar_{add,parse,read,scandate,show,lockfiles} -- cgit 1.4.1