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

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

[elpa] 08/35: Use `condition-case-unless-debug'


From: Dmitry Gutov
Subject: [elpa] 08/35: Use `condition-case-unless-debug'
Date: Sat, 19 Apr 2014 10:12:14 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 91f95579a39563ac8868ee1c08f7985e7aace5dc
Author: Dmitry Gutov <address@hidden>
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))



reply via email to

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