diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-11 20:14:01 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-11 20:14:01 +0000 |
| commit | 4b86cc48f704152ccca13c50bc3acd59b4217ecc (patch) | |
| tree | cfae43df67e766bd504da4a287a5e9307c931a60 /Src/parse.c | |
| parent | 30724: shell code optimisd to use execsimple() doesn't have a valid thisjob (diff) | |
| download | zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar.gz zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar.bz2 zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar.lz zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar.xz zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.tar.zst zsh-4b86cc48f704152ccca13c50bc3acd59b4217ecc.zip | |
30726: make shell options passed to emulate stick along with the emulation
Diffstat (limited to 'Src/parse.c')
| -rw-r--r-- | Src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c index 8d2878cd7..096faa072 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -3482,7 +3482,7 @@ dump_autoload(char *nam, char *file, int on, Options ops, int func) shf = (Shfunc) zshcalloc(sizeof *shf); shf->node.flags = on; shf->funcdef = mkautofn(shf); - shf->emulation = 0; + shf->sticky = NULL; shfunctab->addnode(shfunctab, ztrdup(fdname(n) + fdhtail(n)), shf); if (OPT_ISSET(ops,'X') && eval_autoload(shf, shf->node.nam, ops, func)) ret = 1; |
