diff options
| author | Eli Zaretskii | 2023-05-14 08:02:15 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2023-05-14 08:02:15 -0400 |
| commit | 3aef46e466fd8e9032fe6565ea030653b1ec0cff (patch) | |
| tree | 4031d6f86f941ac7c6357255c31ab9df27e20b81 | |
| parent | 88ca37b858921d7b3ba11bc93080f66bdca614dc (diff) | |
| parent | 229af8e4b319d44228dbeef1ce4347e2890f03fb (diff) | |
| download | emacs-29.0.91.tar.gz emacs-29.0.91.zip | |
Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs into emacs-29emacs-29.0.91
| -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 |