summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
Diffstat (limited to 'cape.el')
-rw-r--r--cape.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cape.el b/cape.el
index d000bd5..d77051a 100644
--- a/cape.el
+++ b/cape.el
@@ -887,7 +887,7 @@ If INTERACTIVE is nil the function acts like a capf."
(let ((input-method-function nil))
(read-event nil t))
(when (eq res 'cape--waiting)
- (throw toi nil)))
+ (throw toi t)))
(setq unread-command-events
(delq 'cape--done unread-command-events)))
(funcall fetch (lambda (arg) (setq res arg)))