Mercurial > urweb
diff src/elisp/urweb-mode.el @ 370:4f75cc2e1373
Fix problem with sig/struct indenting
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Oct 2008 14:52:50 -0400 |
parents | 226c977faa9c |
children | 782ef3ad8c28 |
line wrap: on
line diff
--- a/src/elisp/urweb-mode.el Thu Oct 16 14:40:28 2008 -0400 +++ b/src/elisp/urweb-mode.el Thu Oct 16 14:52:50 2008 -0400 @@ -586,8 +586,6 @@ (let ((sym (unless (save-excursion (urweb-backward-arg)) (urweb-backward-spaces) (urweb-backward-sym)))) - (if (and (= sym ">") (save-excursion (backward-char 5) (looking-at "</xml"))) - (setq sym "</xml>")) (if (member sym '(";" "d=")) (setq sym nil)) (if sym (urweb-get-sym-indent sym) ;; FIXME: this can take a *long* time !!