aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-11-26 09:04:39 +0100
committerStefan Kangas2022-11-26 09:04:39 +0100
commit3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4 (patch)
tree886eb8a7286319da82accb02693669fb0f457568
parent0369dcacf30aff6d4f733872058fa2446330fd02 (diff)
downloademacs-3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4.tar.gz
emacs-3dbe0cde0e1befb9c7065bdc43f64fdd0aba37b4.zip
; * lisp/progmodes/csharp-mode.el: Add Commentary.
-rw-r--r--lisp/progmodes/csharp-mode.el4
1 files changed, 4 insertions, 0 deletions
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 @@
24;; You should have received a copy of the GNU General Public License 24;; You should have received a copy of the GNU General Public License
25;; along with this program. If not, see <http://www.gnu.org/licenses/>. 25;; along with this program. If not, see <http://www.gnu.org/licenses/>.
26 26
27;;; Commentary:
28
29;; Support for editing C#.
30
27;;; Code: 31;;; Code:
28 32
29(require 'compile) 33(require 'compile)