about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-12-05 18:08:18 +0000
committerPeter Stephenson <pws@zsh.org>2014-12-05 18:08:18 +0000
commit02a8a8c7e4fea2c368098a4ea466240046200eaa (patch)
treec9d0f34378edbb7f2408fa26c660f13deffd12cd /ChangeLog
parentb4a198cdda3d499af4e2b4f4a2279f98c8d07433 (diff)
downloadzsh-02a8a8c7e4fea2c368098a4ea466240046200eaa.tar.gz
zsh-02a8a8c7e4fea2c368098a4ea466240046200eaa.tar.xz
zsh-02a8a8c7e4fea2c368098a4ea466240046200eaa.zip
33866: addendum to completion trap fix
We need the multifuncdef option on for the trap function definitions to
work.  It is by default by this wasn't enforced for the completion
functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f655c9fbf..594f95179 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-12-05  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 33866: Completion/compinit: need multifuncdef for TRAPINT
+	TRAPQUIT definition.
+
 	* 33859 with typo fix: Completion/Base/Core/_main_complete: to
 	propagate signal from trap we need to use function style.