diff src/elisp/urweb-defs.el @ 366:3004f8843e36

Proper indenting of normal ML-y code after </xml>
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Oct 2008 13:17:09 -0400
parents d5148178a7be
children cca935276869
line wrap: on
line diff
--- a/src/elisp/urweb-defs.el	Thu Oct 16 13:01:24 2008 -0400
+++ b/src/elisp/urweb-defs.el	Thu Oct 16 13:17:09 2008 -0400
@@ -172,6 +172,7 @@
     ("then" "\\<if\\>")
     ("else" "\\<if\\>" (urweb-bolp))
     ("of" "\\<case\\>")
+    ("</xml>" "<xml>")
     ("d=" nil))
   "Symbols that should behave somewhat like close parens.")