diff lisp/progmodes/modula2.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 1e0bc00dca7a
children 3587b3dfac25
line wrap: on
line diff
--- a/lisp/progmodes/modula2.el	Sat May 30 21:11:25 1992 +0000
+++ b/lisp/progmodes/modula2.el	Sat May 30 22:12:04 1992 +0000
@@ -1,4 +1,5 @@
-; Modula-2 editing support package
+;;; modula2.el --- Modula-2 editing support package
+
 ; Author Mick Jordan
 ; amended Peter Robinson
 ; ported to GNU Michael Schmidt
@@ -437,3 +438,5 @@
 	((string-equal (substring (buffer-name) -3) ".md")
 	 (find-file-other-window
 	  (concat (substring (buffer-name) 0 -3)  ".mi")))))
+
+;;; modula2.el ends here