summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--company.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/company.el b/company.el
index 3e32fa1..5676583 100644
--- a/company.el
+++ b/company.el
@@ -1430,7 +1430,7 @@ prefix match (same case) will be prioritized."
(not company-candidates)
(let ((company-idle-delay 'now))
(condition-case-unless-debug err
- (progn
+ (let ((inhibit-quit nil))
(company--perform)
;; Return non-nil if active.
company-candidates)