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

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

[elpa] master 25cf452 060/173: Don't start automatically during macro re


From: Dmitry Gutov
Subject: [elpa] master 25cf452 060/173: Don't start automatically during macro recording
Date: Thu, 23 Jun 2016 00:28:38 +0000 (UTC)

branch: master
commit 25cf452c297cb652c370ab5785ac3c6f1cb267c5
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Don't start automatically during macro recording
    
    Closes #374
---
 company.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index 169882e..6bda02e 100644
--- a/company.el
+++ b/company.el
@@ -1574,6 +1574,7 @@ from the rest of the back-ends in the group, if any, will 
be left at the end."
           (if company-candidates
               (company-call-frontends 'post-command)
             (and (numberp company-idle-delay)
+                 (not defining-kbd-macro)
                  (company--should-begin)
                  (setq company-timer
                        (run-with-timer company-idle-delay nil



reply via email to

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