mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 06:51:03 +02:00
41368: Add missing unqueue_signals() to compctl.
This commit is contained in:
parent
d78761c003
commit
e19955614f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-06-27 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 41368: Src/Zle/compctl.c: missing unqueue_signals().
|
||||
|
||||
2017-06-26 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 41345: Functions/Prompts/prompt_walters_setup: use consistent
|
||||
|
|
|
@ -1867,6 +1867,7 @@ ccmakehookfn(UNUSED(Hookdef dummy), struct ccmakedat *dat)
|
|||
redup(osi, 0);
|
||||
|
||||
dat->lst = 0;
|
||||
unqueue_signals();
|
||||
return 0;
|
||||
}
|
||||
if (lastmatches) {
|
||||
|
@ -1890,6 +1891,7 @@ ccmakehookfn(UNUSED(Hookdef dummy), struct ccmakedat *dat)
|
|||
redup(osi, 0);
|
||||
|
||||
dat->lst = 0;
|
||||
unqueue_signals();
|
||||
return 0;
|
||||
}
|
||||
if (!m || !(m = m->next))
|
||||
|
|
Loading…
Reference in a new issue