diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-20 09:17:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-20 09:17:32 +0000 |
commit | 06bdda4fb8aa75dcb30c06e8309b89d7557a6931 (patch) | |
tree | dc21c6e0a882e2e492ee3695a5af6b17cac83f29 /ChangeLog | |
parent | 7e0ca714695bf22171c1b937899ee42d6afde376 (diff) | |
download | zsh-06bdda4fb8aa75dcb30c06e8309b89d7557a6931.tar.gz zsh-06bdda4fb8aa75dcb30c06e8309b89d7557a6931.tar.xz zsh-06bdda4fb8aa75dcb30c06e8309b89d7557a6931.zip |
27178: FAQ---quoting function names to stop expansion is always(ish) safe
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index eaab74d22..16ff7d0ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2009-07-20 Peter Stephenson <pws@csr.com> - * 27178: Etc/FAQ.yo: as pointed out by Mikael, quoting - function names to stop alias expansion is always safe. + * 27178, 27180: Etc/FAQ.yo: as pointed out by Mikael, quoting + function names to stop alias expansion is always(ish) safe. 2009-07-19 Barton E. Schaefer <schaefer@zsh.org> @@ -12023,5 +12023,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4747 $ +* $Revision: 1.4748 $ ***************************************************** |