From 3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 26 Nov 2022 09:04:39 +0100 Subject: [PATCH] ; * lisp/progmodes/csharp-mode.el: Add Commentary. --- lisp/progmodes/csharp-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index f76289ac2b7..e82e72e8a3c 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -24,6 +24,10 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: + +;; Support for editing C#. + ;;; Code: (require 'compile) -- 2.39.2