diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4fa17a5b5..e6c2f8cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Peter Stephenson <pws@csr.com> + + * 24496: Doc/Zsh/contrib.yo: more Yodl parenthesis protection. + 2008-01-29 Peter Stephenson <pws@csr.com> * 24485: INSTALL: note that term.h may need CPPFLAGS=-I... diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 40503ad24..3d44e0586 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2055,7 +2055,7 @@ neither file nor assistant is found, the external command An example assistant for the "ssh" command: -example(run-help-ssh() { +example(run-help-ssh+LPAR()RPAR() { emulate -LR zsh local -a args # Delete the "-l username" option |