Mercurial > urweb
diff src/elisp/urweb-mode.el @ 371:782ef3ad8c28
Crud auto-indented correctly
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Oct 2008 16:00:58 -0400 |
parents | 4f75cc2e1373 |
children | fe018cbdd41e |
line wrap: on
line diff
--- a/src/elisp/urweb-mode.el Thu Oct 16 14:52:50 2008 -0400 +++ b/src/elisp/urweb-mode.el Thu Oct 16 16:00:58 2008 -0400 @@ -676,7 +676,7 @@ "Find the indentation for the SYM we're `looking-at'. If indentation is delegated, point will move to the start of the parent. Optional argument STYLE is currently ignored." - (assert (equal sym (save-excursion (urweb-forward-sym)))) +;;(assert (equal sym (save-excursion (urweb-forward-sym)))) (save-excursion (let ((delegate (and (not (equal sym "end")) (assoc sym urweb-close-paren))) (head-sym sym))