From: Stefan Kangas Date: Sat, 26 Nov 2022 08:04:39 +0000 (+0100) Subject: ; * lisp/progmodes/csharp-mode.el: Add Commentary. X-Git-Tag: emacs-29.0.90~1492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4;p=emacs.git ; * lisp/progmodes/csharp-mode.el: Add Commentary. --- 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)