about summary refs log tree commit diff
path: root/Src/options.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-17 10:23:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-17 10:23:45 +0000
commit78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6 (patch)
tree3691862ef272257a5ecaa16d1d11db815cbf12c4 /Src/options.c
parent35cedab2187d9472792656d0c46fc5acca1f1558 (diff)
downloadzsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.tar.gz
zsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.tar.xz
zsh-78ce07b49f08964eaa08d68eb8f6a5595bbcfbc6.zip
24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
Diffstat (limited to 'Src/options.c')
-rw-r--r--Src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c
index a206b2910..9fb3f3388 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -135,6 +135,7 @@ static struct optname optns[] = {
 {{NULL, "histallowclobber",   0},			 HISTALLOWCLOBBER},
 {{NULL, "histbeep",	      OPT_ALL},			 HISTBEEP},
 {{NULL, "histexpiredupsfirst",0},			 HISTEXPIREDUPSFIRST},
+{{NULL, "histfcntllock",      0},			 HISTFCNTLLOCK},
 {{NULL, "histfindnodups",     0},			 HISTFINDNODUPS},
 {{NULL, "histignorealldups",  0},			 HISTIGNOREALLDUPS},
 {{NULL, "histignoredups",     0},			 HISTIGNOREDUPS},