26763: fix problem on failed cd -s to relative path
[zsh.git] / Completion / Zsh / Command / _emulate
blobe562d68344568944eddfba2eaa6211526fabf225
1 #compdef emulate
3 _arguments -C -s -A "-*" \
4   '-L[set local_options and local_traps as well]' \
5   '-R[reset all options instead of only those needed for script portability]' \
6   '::shell to emulate:(zsh sh ksh csh)'