diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-10-16 13:17:09 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-10-16 13:17:09 -0400 |
commit | 98c2a658375be784ec9afaa80146e5dff3514e5c (patch) | |
tree | 66070f2bc6d1423b8920b1150ccddec57e15b157 /src/elisp/urweb-defs.el | |
parent | 9606800a1155d95849a2bdaa18aff4daddcdf797 (diff) |
Proper indenting of normal ML-y code after </xml>
Diffstat (limited to 'src/elisp/urweb-defs.el')
-rw-r--r-- | src/elisp/urweb-defs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elisp/urweb-defs.el b/src/elisp/urweb-defs.el index c9b16369..a223d9b7 100644 --- a/src/elisp/urweb-defs.el +++ b/src/elisp/urweb-defs.el @@ -172,6 +172,7 @@ for all symbols and in all lines starting with the given symbol." ("then" "\\<if\\>") ("else" "\\<if\\>" (urweb-bolp)) ("of" "\\<case\\>") + ("</xml>" "<xml>") ("d=" nil)) "Symbols that should behave somewhat like close parens.") |