From 22236f78bf5acb81d9c404ab71be9aa3d9e3bf26 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 16 Oct 2008 16:00:58 -0400 Subject: Crud auto-indented correctly --- src/elisp/urweb-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/elisp/urweb-mode.el') diff --git a/src/elisp/urweb-mode.el b/src/elisp/urweb-mode.el index 1938eeba..9bfa0c96 100644 --- a/src/elisp/urweb-mode.el +++ b/src/elisp/urweb-mode.el @@ -676,7 +676,7 @@ it is not on its own line but is the last element on that line." "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)) -- cgit v1.2.3