about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-19 16:04:16 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-19 16:04:16 +0000
commitaea69f6e640a47f2f442bf58504c94dc8091e2ab (patch)
tree02f4c0764f6aaecb17a659c419dbb24e51ee1e79 /ChangeLog
parent529158f82f1959019c21c0d6e7081a6dae677401 (diff)
downloadzsh-aea69f6e640a47f2f442bf58504c94dc8091e2ab.tar.gz
zsh-aea69f6e640a47f2f442bf58504c94dc8091e2ab.tar.xz
zsh-aea69f6e640a47f2f442bf58504c94dc8091e2ab.zip
11469: Locally unset the errexit option and ZERR trap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1026efa63..d81143076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-05-19  Bart Schaefer  <schaefer@zsh.org>
 
+	* 11469: Completion/Commands/_complete_debug,
+	Completion/Core/_main_complete: Locally unset the errexit option
+	and ZERR trap.
+
 	* 11461: Src/builtin.c: Make "read" interruptible even when used
 	in the tail of a pipeline.