From: Yuan Fu Date: Thu, 24 Nov 2022 03:34:10 +0000 (-0800) Subject: ; * lisp/progmodes/csharp-mode.el: Add missing require form. X-Git-Tag: emacs-29.0.90~1548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3;p=emacs.git ; * lisp/progmodes/csharp-mode.el: Add missing require form. --- 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))