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

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

[elpa] 21/30: company-call-backend-raw: Use `condition-case-unless-debug


From: Dmitry Gutov
Subject: [elpa] 21/30: company-call-backend-raw: Use `condition-case-unless-debug', too
Date: Tue, 14 Oct 2014 22:22:52 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 25ec988128e13369bc9c2396524dda6551427447
Author: Dmitry Gutov <address@hidden>
Date:   Wed Oct 8 07:17:16 2014 +0400

    company-call-backend-raw: Use `condition-case-unless-debug', too
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index 0ae9b27..473b652 100644
--- a/company.el
+++ b/company.el
@@ -849,7 +849,7 @@ means that `company-mode' is always turned on except in 
`message-mode' buffers."
         res))))
 
 (defun company-call-backend-raw (&rest args)
-  (condition-case err
+  (condition-case-unless-debug err
       (if (functionp company-backend)
           (apply company-backend args)
         (apply #'company--multi-backend-adapter company-backend args))



reply via email to

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