1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00: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)