diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-27 03:20:59 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-27 03:20:59 +0000 |
commit | a509b259f889404b3c821a19243ebde19d582aaf (patch) | |
tree | ac8d568fb52c62bab09826b77b43141bdf06d74e /ChangeLog | |
parent | ee404f2cfff0ff79f7bdf7d16b37f56ee295d263 (diff) | |
download | zsh-a509b259f889404b3c821a19243ebde19d582aaf.tar.gz zsh-a509b259f889404b3c821a19243ebde19d582aaf.tar.xz zsh-a509b259f889404b3c821a19243ebde19d582aaf.zip |
Use trap for unfunction compadd in _approximate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2fe2920dc..5fc82d5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-04-26 Bart Schaefer <schaefer@zsh.org> + + * 14129: Completion/Base/Completer/_approximate: Use a trap to + unfunction the `compadd' function so that it can be correctly + removed in the event that the competion system is interrupted by + a keyboard signal. + 2001-04-26 Clint Adams <clint@zsh.org> * 14125: Src/Modules/termcap.c, Src/Modules/terminfo.c: |