about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-11 12:49:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-11 12:49:05 +0000
commit8bb15c139248c9a4c4c0b2a053444e24ab8fc4f4 (patch)
tree46d30c5cf554f94d3aa883dc6b2f2e24ceab0a80 /Src/zsh.h
parentf95570c403aa073139c4b9fde5fd7c769d69fc6d (diff)
downloadzsh-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.h1
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,