about summary refs log tree commit diff
path: root/Completion/compinstall
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-10 18:06:17 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-10 18:06:43 -0800
commit5caf317c3a29ca0091f7e19b4f923978aaa4b012 (patch)
treef211d0e2db71ecf2f2c380f9320624f5caa4d992 /Completion/compinstall
parentaaa19267c29afdd4ef558264803a6a65120d2a12 (diff)
downloadzsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.gz
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.xz
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.zip
unposted (cf. 34218): : remove -m from zmodload calls
Diffstat (limited to 'Completion/compinstall')
-rw-r--r--Completion/compinstall2
1 files changed, 1 insertions, 1 deletions
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-