emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d0cd4ae62e 4/5: ; * lisp/progmodes/csharp-mode.el: Add missing re


From: Yuan Fu
Subject: master d0cd4ae62e 4/5: ; * lisp/progmodes/csharp-mode.el: Add missing require form.
Date: Wed, 23 Nov 2022 22:50:56 -0500 (EST)

branch: master
commit d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/progmodes/csharp-mode.el: Add missing require form.
---
 lisp/progmodes/csharp-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el
index 23d7b05d50..c507de94e0 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]