dgutov pushed a commit to branch master
in repository elpa.
commit 91f95579a39563ac8868ee1c08f7985e7aace5dc
Author: Dmitry Gutov <[email protected]>
Date: Sun Mar 30 06:51:53 2014 +0300
Use `condition-case-unless-debug'
---
company.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company.el b/company.el
index 7398e80..f377afe 100644
--- a/company.el
+++ b/company.el
@@ -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))