emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 388eec5 1/8: Bind inhibit-quit to nil inside an idle timer


From: Dmitry Gutov
Subject: [elpa] master 388eec5 1/8: Bind inhibit-quit to nil inside an idle timer
Date: Wed, 12 Dec 2018 17:46:40 -0500 (EST)

branch: master
commit 388eec511a7543d77a325dd68081e6e951f64d1f
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Bind inhibit-quit to nil inside an idle timer
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]