diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-11 12:49:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-11 12:49:05 +0000 |
commit | 8bb15c139248c9a4c4c0b2a053444e24ab8fc4f4 (patch) | |
tree | 46d30c5cf554f94d3aa883dc6b2f2e24ceab0a80 /Src/zsh.h | |
parent | f95570c403aa073139c4b9fde5fd7c769d69fc6d (diff) | |
download | zsh-8bb15c139248c9a4c4c0b2a053444e24ab8fc4f4.tar.gz zsh-8bb15c139248c9a4c4c0b2a053444e24ab8fc4f4.tar.xz zsh-8bb15c139248c9a4c4c0b2a053444e24ab8fc4f4.zip |
25641: add emulation option (NO_)MULTI_FUNC_DEF
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 9326e1a11..1e043bf29 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1882,6 +1882,7 @@ enum { MENUCOMPLETE, MONITOR, MULTIBYTE, + MULTIFUNCDEF, MULTIOS, NOMATCH, NOTIFY, |