diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:57:55 +0000 |
commit | 896546cd9ba8e82956662329b77becb0366a1e73 (patch) | |
tree | fb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/progmodes/modula2.el | |
parent | 43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff) | |
download | emacs-896546cd9ba8e82956662329b77becb0366a1e73.tar.gz |
Add provide call.
Diffstat (limited to 'lisp/progmodes/modula2.el')
-rw-r--r-- | lisp/progmodes/modula2.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index c28758538ed..a21a5f5d7d3 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -544,4 +544,6 @@ FROM SysStreams IMPORT sysIn, sysOut, sysErr; (find-file-other-window (concat (substring (buffer-name) 0 -3) ".mi"))))) +(provide 'modula2) + ;;; modula2.el ends here |