SCM Repository
[smlnj] / sml / trunk / sml-mode / sml-defs.el |
Diff of /sml/trunk/sml-mode/sml-defs.el
Parent Directory
|
Revision Log
|
Patch
revision 705, Wed Sep 27 18:44:44 2000 UTC | revision 706, Sat Oct 7 03:21:46 2000 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | "Editing SML code." | "Editing SML code." |
30 | :group 'languages) | :group 'languages) |
31 | ||
32 | (defvar sml-outline-regexp "[ \t]*\\((\\*+\\|\\(let[ \t]+\\)?fun.\\)" | (defvar sml-outline-regexp |
33 | "Regexp matching a major heading.") | ;; `st' and `si' are to match structure and signature. |
34 | "\\|s[ti]\\|[ \t]*\\(let[ \t]+\\)?\\(fun\\|and\\)\\>" | |
35 | "Regexp matching a major heading. | |
36 | This actually can't work without extending `outline-minor-mode' with the | |
37 | notion of \"the end of an outline\".") | |
38 | ||
39 | ;;; | ;;; |
40 | ;;; Internal defines | ;;; Internal defines |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |