diff options
| -rw-r--r-- | lisp/progmodes/csharp-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index 869a207c567..00587a8a515 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el | |||
| @@ -920,7 +920,6 @@ Return nil if there is no name or if NODE is not a defun node." | |||
| 920 | "struct_declaration" | 920 | "struct_declaration" |
| 921 | "enum_declaration" | 921 | "enum_declaration" |
| 922 | "interface_declaration" | 922 | "interface_declaration" |
| 923 | "class_declaration" | ||
| 924 | "class_declaration") | 923 | "class_declaration") |
| 925 | (treesit-node-text | 924 | (treesit-node-text |
| 926 | (treesit-node-child-by-field-name | 925 | (treesit-node-child-by-field-name |