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

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

[elpa] externals/csharp-mode f3aff25 261/459: Try to properly silence wa


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode f3aff25 261/459: Try to properly silence warnings.
Date: Sun, 22 Aug 2021 13:59:40 -0400 (EDT)

branch: externals/csharp-mode
commit f3aff25db4f95935a71a522823ecef6c54802ede
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Try to properly silence warnings.
    
    Finally fix https://github.com/josteink/csharp-mode/issues/132 ?
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index feaf68b..ea66a6b 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -986,7 +986,7 @@ to work properly with code that includes attributes."
                                                       'c-decl-id-start)
                                  (c-forward-syntactic-ws))
                                (save-match-data
-                                 (ignore-errors
+                                 (with-no-warnings
                                    (condition-case nil
                                        (c-font-lock-declarators limit t nil)
                                      (wrong-number-of-arguments



reply via email to

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