]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
Use `condition-case-unless-debug'
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 30 Mar 2014 03:51:53 +0000 (06:51 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 30 Mar 2014 03:51:53 +0000 (06:51 +0300)
company.el

index 7398e8009579e4bc92aa30f916f9b869aca2e7a1..f377afe31ec512507ca71f97aec35f47c1c25c48 100644 (file)
@@ -1102,7 +1102,7 @@ Keywords and function definition names are ignored."
        (not company-candidates)
        (let ((company-idle-delay t)
              (company-begin-commands t))
-         (condition-case-no-debug err
+         (condition-case-unless-debug err
              (company-begin)
            (error (message "Company: An error occurred in auto-begin")
                   (message "%s" (error-message-string err))