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 34, Fri Mar 13 15:53:41 1998 UTC | revision 39, Sat Mar 14 04:41:37 1998 UTC | |
---|---|---|
# | Line 270 | Line 270 |
270 | (1 font-lock-prompt-face) | (1 font-lock-prompt-face) |
271 | (2 font-lock-command-face keep)) | (2 font-lock-command-face keep)) |
272 | (,sml-error-regexp . font-lock-warning-face) | (,sml-error-regexp . font-lock-warning-face) |
273 | ("^GC #.*" . font-lock-comment-face) | ("^\\[\\(.*GC #.*\n\\)*.*\\]" . font-lock-comment-face) |
274 | ("^\\[.*\\]" . font-lock-comment-face))) | ("^GC #.*" . font-lock-comment-face))) |
275 | ||
276 | ;; default faces values | ;; default faces values |
277 | (defvar font-lock-prompt-face | (defvar font-lock-prompt-face |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |