diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-07 18:04:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-07 18:04:35 +0000 |
commit | 2cf42676cc483c553a810ba99d1337340c46d6b5 (patch) | |
tree | c8071dc9dc8b7d4193a55dcfa17e36fe7c2c4ef8 | |
parent | b673918c0ffd358a31353c86c1084286741f7306 (diff) | |
download | zsh-2cf42676cc483c553a810ba99d1337340c46d6b5.tar.gz zsh-2cf42676cc483c553a810ba99d1337340c46d6b5.tar.xz zsh-2cf42676cc483c553a810ba99d1337340c46d6b5.zip |
17304: tweak to tweak the tweaked tweak for zle -I in 17301
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1669ca349..fdc27b467 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * 17304: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: (suggested by Bart) tweak the tweaked tweak in 17301 so that zle -I returns status 0 if zle display was successfully invalidated even if by a - previous cal to zle -I (user doesn't care). + previous call to zle -I (user doesn't care). * 17299: Src/builtin.c, Src/exec.c, Src/init.c, Src/parse.c, Src/text.c, Src/zsh.h: Instead of freeing Eprogs in one go |