SCM Repository
[smlnj] / sml / trunk / sml-mode / sml-proc.el |
Diff of /sml/trunk/sml-mode/sml-proc.el
Parent Directory
|
Revision Log
|
Patch
revision 540, Fri Feb 18 19:46:31 2000 UTC | revision 541, Fri Feb 18 20:35:43 2000 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | ;;; sml-proc.el --- Comint based interaction mode for Standard ML. | ;;; sml-proc.el --- Comint based interaction mode for Standard ML. |
2 | ||
3 | ;; Copyright (C) 1989, Lars Bo Nielsen, 1994,1997 Matthew J. Morley | ;; Copyright (C) 1989 Lars Bo Nielsen |
4 | ;; Copyright (C) 1994-1997 Matthew J. Morley | |
5 | ;; Copyright (C) 1999-2000 Stefan Monnier | |
6 | ||
7 | ;; $Revision$ | ;; $Revision$ |
8 | ;; $Date$ | ;; $Date$ |
# | Line 87 | Line 89 |
89 | ||
90 | ;;; Code: | ;;; Code: |
91 | ||
92 | (eval-when-compile (require 'cl)) | |
93 | (require 'sml-mode) | (require 'sml-mode) |
94 | (require 'sml-util) | (require 'sml-util) |
95 | (require 'comint) | (require 'comint) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |