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 377, Wed Jul 7 06:55:18 1999 UTC | revision 378, Wed Jul 7 14:45:42 1999 UTC | |
---|---|---|
# | Line 122 | Line 122 |
122 | ;; regexps | ;; regexps |
123 | ;; | ;; |
124 | ||
(defvar sml-fixindent-re | ||
(concat ".*" (regexp-quote comment-start) | ||
"[ \t]*fixindent[ \t]*" | ||
(regexp-quote comment-end)) | ||
"Regexp matching the magic string overriding indentation.") | ||
;; | ||
125 | (defun sml-syms-re (&rest syms) | (defun sml-syms-re (&rest syms) |
126 | (concat "\\<" (regexp-opt (flatten syms) t) "\\>")) | (concat "\\<" (regexp-opt (flatten syms) t) "\\>")) |
127 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |