diff options
author | Yuan Fu <casouri@gmail.com> | 2022-11-23 19:34:10 -0800 |
---|---|---|
committer | Yuan Fu <casouri@gmail.com> | 2022-11-23 19:48:28 -0800 |
commit | d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3 (patch) | |
tree | 0a0369d500e02ba9ffe5fc8b100c6ce6794f9ba1 | |
parent | 901f0eab20de5c2b5dd81a92309b08af06623623 (diff) | |
download | emacs-d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3.tar.gz emacs-d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3.tar.bz2 emacs-d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3.zip |
; * lisp/progmodes/csharp-mode.el: Add missing require form.
-rw-r--r-- | lisp/progmodes/csharp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index 23d7b05d50b..c507de94e03 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -27,6 +27,7 @@ (require 'compile) (require 'cc-mode) (require 'cc-langs) +(require 'treesit) (eval-when-compile (require 'cc-fonts)) |