branch: externals/csharp-mode
commit f3aff25db4f95935a71a522823ecef6c54802ede
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@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