Skip to content

Commit f3aff25

Browse files
committed
Try to properly silence warnings.
Finally fix #132 ?
1 parent 5e47b77 commit f3aff25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ to work properly with code that includes attributes."
986986
'c-decl-id-start)
987987
(c-forward-syntactic-ws))
988988
(save-match-data
989-
(ignore-errors
989+
(with-no-warnings
990990
(condition-case nil
991991
(c-font-lock-declarators limit t nil)
992992
(wrong-number-of-arguments

0 commit comments

Comments
 (0)