diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2023-05-14 11:33:04 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2023-05-14 13:23:03 +0200 |
commit | 229af8e4b319d44228dbeef1ce4347e2890f03fb (patch) | |
tree | 37d8ab69e5e9722bd8d35463995961a9853a78af | |
parent | ce7d18cbc07886b0d62110a6d26e25271017cd2a (diff) | |
download | emacs-229af8e4b319d44228dbeef1ce4347e2890f03fb.tar.gz |
; * 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." "struct_declaration" "enum_declaration" "interface_declaration" - "class_declaration" "class_declaration") (treesit-node-text (treesit-node-child-by-field-name |