diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
commit | f9f9507e1d3202408b73b0c32a6e504502a70d5e (patch) | |
tree | f53ad33f6276bfcd7d883fc82c7a6f8795c80f6a /lisp/progmodes/modula2.el | |
parent | 745bc783eb8bd84b07a7d512660947ec214e71eb (diff) | |
download | emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/modula2.el')
-rw-r--r-- | lisp/progmodes/modula2.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index eee1ece3a00..24f5225260a 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -75,6 +75,7 @@ (defvar m2-indent 5 "*This variable gives the indentation in Modula-2-Mode") +;;;###autoload (defun modula-2-mode () "This is a mode intended to support program development in Modula-2. All control constructs of Modula-2 can be reached by typing C-c |