summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-02-09 17:27:58 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-02-09 17:27:58 +0100
commit5d99b9ed0c617941ea1e9cd289393a35cb6adfe6 (patch)
tree397f533d5d9e8d0acfc062beece20627541f37c7
parent45dee1156393ab2ea52eff206f942eac5cd9cce1 (diff)
Throw symbol t
-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)))