diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
commit | 841763034cba0e8e751fe510082babacfd83c2a5 (patch) | |
tree | 0a4e3b6170b764fcf250b62e1b78faac239cd086 /lisp/progmodes/modula2.el | |
parent | c2c2f720d6741c3b73ce42ab035d85911d7cadec (diff) | |
download | emacs-841763034cba0e8e751fe510082babacfd83c2a5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/modula2.el')
-rw-r--r-- | lisp/progmodes/modula2.el | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index 51d55d8eb4a..d9a23860f66 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -1,16 +1,19 @@ -;;; ;;; modula2.el --- Modula-2 editing support package -;; The authors distributed this in without a copyright notice -;; back in 1988, so it is in the public domain. -; Author Mick Jordan -; amended Peter Robinson -; ported to GNU Michael Schmidt -;;;From: "Michael Schmidt" <michael@pbinfo.UUCP> -;;;Modified by Tom Perrine <Perrin@LOGICON.ARPA> (TEP) +;; Author: Michael Schmidt <michael@pbinfo.UUCP> +;; Tom Perrine <Perrin@LOGICON.ARPA> +;; Last-Modified: 30 May 1992 +;; The authors distributed this without a copyright notice +;; back in 1988, so it is in the public domain. The original included +;; the following credit: -;;; Added by TEP +;; Author Mick Jordan +;; amended Peter Robinson + +;;; Code: + +;;; Added by Tom Perrine (TEP) (defvar m2-mode-syntax-table nil "Syntax table in use in Modula-2 buffers.") |