1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

; * lisp/progmodes/csharp-mode.el: Add Commentary.

This commit is contained in:
Stefan Kangas 2022-11-26 09:04:39 +01:00
parent 0369dcacf3
commit 3dbe0cde0e

View file

@ -24,6 +24,10 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Support for editing C#.
;;; Code:
(require 'compile)