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 d0a1bcd..c07cd7e 100644
--- a/cape.el
+++ b/cape.el
@@ -865,7 +865,7 @@ The PREDICATE is passed the candidate symbol or string."
(defun cape-noninterruptible-capf (capf)
"Create a new CAPF which is non-interruptible silent by input."
(lambda ()
- (pcase (let (throw-on-input) (funcall capf))
+ (pcase (funcall capf)
(`(,beg ,end ,table . ,plist)
`(,beg ,end ,(cape--noninterruptible-table table) ,@plist)))))