diff options
| author | Mattias EngdegÄrd | 2023-05-14 11:33:04 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-05-14 13:23:03 +0200 |
| commit | 229af8e4b319d44228dbeef1ce4347e2890f03fb (patch) | |
| tree | 37d8ab69e5e9722bd8d35463995961a9853a78af | |
| parent | ce7d18cbc07886b0d62110a6d26e25271017cd2a (diff) | |
| download | emacs-229af8e4b319d44228dbeef1ce4347e2890f03fb.tar.gz emacs-229af8e4b319d44228dbeef1ce4347e2890f03fb.zip | |
; * lisp/progmodes/csharp-mode.el (csharp-ts-mode--defun-name): typo
| -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 |